This site is not supported any more

The site was moved to http://www.setupgroup.com

Update your bookmarks



Click here to contact meMark Okun's Home Page
           
Find General Accessories Arcade Card games Puzzles Science Board Game

Arcade

Run Arkanoid Arkanoid
 
Run Bugs Bugs
 
Run Jezzball Jezzball
 
Run Low of Gravity Low of Gravity
 
Run Mars Attack Mars Attack
 
Run Maze Maze
 
Snake Snake
 
Run Tennis Tennis
 
Run Tetris Tetris
 
 
Download
 
Contact me
 

Snake

Jars

History of the game

Long, long, long years ago I worked at PDP-11 and used operation system RSX. Between my jobs I played the funny game "Snake". I did not miss PDP-11, I did not miss RSX, but I missed this game and I created the Snake for Windows using C++ and later I created Java version of this game.

Goal of the game

You are a snake. The goal of the game is grow, grow and grow. You start as a small worm, but you may end as a mighty dragon.
Worm Grass
snake
Adder Rattle
snake
Cobra Python Boa Dragon
To grow you need a food . This won't the problems for you: you can find a lot of tasty meal.
But be caution! You can't live without moving. The edges and stones . stop and kill you immediately.

How play

Keys

The snake is moving all time. You can not stop it. To move Snake you can use arrows or keys
  • 'z' turns snake left
  • 'x' turns snake right

Press Control+H to see full list of useful keystrokes

Arrows

There are two different way how you can use arrows:
To turnTo go
  • Arrow left turns snake left
  • Arrow right turns snake right
(Default)
  • Arrow left moves snake left
  • Arrow right moves snake right
  • Arrow up moves snake up
  • Arrow down moves snake down
Click on button "Options" and tab Arrows to select how you want to play. The standalone version will save your choice.

Rules

You can change how many meals can be on field. To do it click on button "Options". If you check the box "Only one meal on field" the game will be identical to Nokia's phone Snake.

The standalone version will save your choice.

Links to other snake games

Content

The game is very simple. All information what you need to play is shown on bottom of the game's screen.

Implementation

There are rwo versions of the My Snake:
  1. Standalone version of the Snake for Windows created with VC++.
    • Contact Me If you intresting to get it.
  2. Java version, created with JDK 1.4.0
    To Play run this version you have to use: