Coder Social home page Coder Social logo

snake_game's Introduction

The Snake Game

The notorious Snake Game. Celebrating the "relaunch" of Nokia 3310!

How to play?

Clone the game first:

git clone https://github.com/pranavgokhale95/Snake_Game.git

Run the game as below:

cd Snake_Game
g++ -o snake snake_linux.cpp
./snake

Use the following keys:
w -- for going up
s -- for going down
a -- for going left
d -- for going right
and eat the food represented by "$" to increase your score ie. the length of the snake.

PS: Press the key and wait for a second.

The game is over when: The head of the snake hits any part of the snake.

Want to stop the game in between? Use Ctrl+z just in case.

Known Issues?

  • Render food everytime. Disappears when food appears on snake
  • Solve the length=2 snake length problem (Turns back on its head, then the game isn't over!. Logical problem)

Apart from these issues please report any other issues in the issue section. Thanks!

Possible Improvements or Addition of Features

  • Possible optimization in code.
  • Make the game fast (The sleep is annoying but helpful for debugging. Reduce it if you want)
  • Add a more random rand() function. The seed can specified and srand can be used.
  • Add obstacles ie. add different game modes.
  • The simple do-while for play again :P
  • Add a section for high scores and corresponding names.

Open for suggestions!

Enjoy ๐Ÿ˜Ž

snake_game's People

Contributors

pranavgokhale95 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.