Skip to content
Jonghyuk P edited this page Jun 6, 2020 · 12 revisions

Welcome to the Snake_game_oss wiki!

Thank you for visiting the Snake Game Wiki. If you have any questions about the software or want to use the community, please read and follow the below.

ISSUES AND PULL REQUESTS

If you have bugs in your software or suggestions for additional features, use the problem category to describe the problem. If you have the ability to solve a problem that has occurred, if you suggest a full request after solving the problem, we will check and reflect it.

INSTALLATION

  1. Download or clone this repository.
  2. Compile ./src/snake.c file (Linux/macOS with gcc : use -lm option)
  3. Enjoy it !!!!!!!

How to play a Game

  1. Select the "New Game"
  2. Choose the game mode "EASY", "NORMAL", "HARD"
  3. Play the game
  4. Use your direction key to get points by eating food

LANGUAGE

C language only!

LICENSE

MIT

CONTRIBUTOR