Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
/ snake Public archive

Crappy snake game I hacked together in a couple of days

Notifications You must be signed in to change notification settings

eogas/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

snake

Snake is my take on the classic Snake arcade game. You play as a snake (a moving line of squares), which you control with the arrow keys. The goal is to attempt to eat as many apples (green squares) as possible without running into yourself or the sides of the play arena.

An added mechanism to my version is the fact that the player is able to "constrict" an apple by surrounding it with the snake, causing it to explode and give a point bonus.

This game was hacked together in several hours over the period of a few days, so there may be some bugs. Also the code is terrible.

Attribution

This game utilizes the Mercury Particle Engine which is licensed under the Microsoft Public License.

All sounds from freesound.org

boom sound (rocketexpl.wav) created by nthompson

crunch sound (Apple_Crunch_16.wav) created by Koops

hurt sound (hurt2.wav) created by thecheeseman

About

Crappy snake game I hacked together in a couple of days

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages