-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Snake is a yet another version of the game written in 493A Java (so it should work on all systems with graphical interface). It features a fellow snake who gets longer each time it eats something. But beware! There are bombs on the map which makes him die… Of course, as times goes, the snake starts moving faster and faster.
User can customize almost anything in the game. The difficulty level specifies how many food and bomb items should be present as well as how long should they stay on the map. If minimal and maximal numbers do not match, there will be a random number of items. Moreover, each food item may give you more then 1 point. In fact, it can give you negative number of points as well! (There is a “Nightmare” preconfigured difficulty level which makes use of it — try it some time.)
The appearance is customizable as well. Not only user can change the Look’n’Feel of the window but also skin used to draw the map with everything on it. The skin may be “plain” where everything is drawn using filled squares as well as loaded from a bitmap. In the later case, the images may be animated as well.
Finally, user may change the map itself. Walls may be put on the map which kill fellow snake if he steps on them. Maps are loaded from text files trivial to edit.
Come to think of it, it’s pretty nice game, honestly. :)