2048 : Snake Mode is a blend of two very famous classic games. This was made as a project for the course Game Development at Binghamton University.
The snake can keep eating numbers and they get added to the back.
The snake can eat itself to lower its size and/or to eat and pass a number to the back.
Food is randomly generated and is either 2, 4, or 8.
If the snake has two similar numbers close by, they get grouped to the larger number.
The game is open source and the source can be found at -
https://github.com/sanved77/2048Snake
The snake can keep eating numbers and they get added to the back.
The snake can eat itself to lower its size and/or to eat and pass a number to the back.
Food is randomly generated and is either 2, 4, or 8.
If the snake has two similar numbers close by, they get grouped to the larger number.
The game is open source and the source can be found at -
https://github.com/sanved77/2048Snake
Show More