snake
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 23
Snake 1.0.0
A Snake clone for Linux more>>
Snake 1.0.0 is a small yet fun to play game for everyone. It is actually the snake clone for Linux which is a remake of the "famous" cellphone-game Snake. In order to use this game, start konsole, cd into the directory you saved it into and type "python snake.py". That's it!
Enhancements
- Bugfix: pushing buttons too fast doesn't lead to loss of game anymore
- Changed size of snake-elements so that it became a little more difficult
- Added highscore information
- Now you can choose between three levels
- A short countdown will give you some seconds to prepare
- Now you can pause the game by pressing the "space"-bar
- Changed speed of slow and medium levels
- Not really a bugfix. but performance should be much better now! especially in the fast level, you should see that its a constant speed now
- Everything is now working with Qt4
- Python
- Python-tk
Added: 2009-03-27 License: GPL Price: FREE
14 downloads
SnakeMe 1.0
SnakeMe project is a very customizable snake game. more>>
SnakeMe project is a very customizable snake game.
SnakeMe is a beautiful and funny snake game. You can play alone, with up to three friends (two players on the keyboard, and two joypads), or against computer "intelligence" (eight players maximum).
You have also the choice between many snakes and levels, and you can even download more, or design your own ones.
Main features:
- A lot of fun!
- More than 10 different snakes. (1)
- More than 10 amazing levels. (1)
- More than 5 level themes. (1)
- Up to 4 human players: two on the keyboard, and two on the joypads, if there are any.
- Up to 8 players in a game, so there can for instance be two human players and six computer players.
<<lessSnakeMe is a beautiful and funny snake game. You can play alone, with up to three friends (two players on the keyboard, and two joypads), or against computer "intelligence" (eight players maximum).
You have also the choice between many snakes and levels, and you can even download more, or design your own ones.
Main features:
- A lot of fun!
- More than 10 different snakes. (1)
- More than 10 amazing levels. (1)
- More than 5 level themes. (1)
- Up to 4 human players: two on the keyboard, and two on the joypads, if there are any.
- Up to 8 players in a game, so there can for instance be two human players and six computer players.
Download (1.8MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1059 downloads
snake3d 0.9
snake3d is a variant of the snake game (or worm game, depends on when you where more>>
snake3d is a variant of the snake game (or worm game, depends on when you where
born).
You are a snake in a 3d cube trying to eat as many icosahedrons as possible, which makes your tail longer. To make things worse, there are other snakes in the cube.
When the game starts, all snakes are controled by the computer. When you like to take over, simply press a movement key and youll gain control over the green snake.
The keys are:
4 2 6 8 9 3: Moves left, down, right, up, forward, and backward according to the boards "north". That is, if you rotate the board, the 4 will make the snake move to the same wall even if it is now in the back. For help, there is a small compass on the lower left corner of the screen.
j , l i: Moves left, down, right, and up, according to the snakes point of view. For those controls you can use the "first person view" on the left of the screen. In the full board view, notice the eyes of the snake which will tell you which direction is up.
m .: Rotates the snake left and right around itself (I think this is called yaw).
a x d w: Rotates the board left, down, right, and up.
z c: Rotates the board in the z axis (yaw again?)
= -: Zooms in and out
G: Change grid level in the first person view
g: Change grid level in the full board view
n: Enters and exits auto pilot mode (notice that this is not the same as the other snakes or the beginning auto pilot mode. On this mode the snake will simply avoid obstacles.
r: Resets the speed and the board (rotation and zoom).
R: Resets the snakes (after you die).
b: change background color
< >: speed up and down
e: show walls
f: full screen mode (very buggy)
t: lighting on and off
p: pause
q: quit
<<lessborn).
You are a snake in a 3d cube trying to eat as many icosahedrons as possible, which makes your tail longer. To make things worse, there are other snakes in the cube.
When the game starts, all snakes are controled by the computer. When you like to take over, simply press a movement key and youll gain control over the green snake.
The keys are:
4 2 6 8 9 3: Moves left, down, right, up, forward, and backward according to the boards "north". That is, if you rotate the board, the 4 will make the snake move to the same wall even if it is now in the back. For help, there is a small compass on the lower left corner of the screen.
j , l i: Moves left, down, right, and up, according to the snakes point of view. For those controls you can use the "first person view" on the left of the screen. In the full board view, notice the eyes of the snake which will tell you which direction is up.
m .: Rotates the snake left and right around itself (I think this is called yaw).
a x d w: Rotates the board left, down, right, and up.
z c: Rotates the board in the z axis (yaw again?)
= -: Zooms in and out
G: Change grid level in the first person view
g: Change grid level in the full board view
n: Enters and exits auto pilot mode (notice that this is not the same as the other snakes or the beginning auto pilot mode. On this mode the snake will simply avoid obstacles.
r: Resets the speed and the board (rotation and zoom).
R: Resets the snakes (after you die).
b: change background color
< >: speed up and down
e: show walls
f: full screen mode (very buggy)
t: lighting on and off
p: pause
q: quit
Download (0.025MB)
Added: 2006-09-08 License: GPL (GNU General Public License) Price:
1147 downloads
SNAKES 0.8.3
SNAKES is a Python library that provides all then necessary to define and execute many sorts of Petri nets. more>>
SNAKES is a Python library that provides all then necessary to define and execute many sorts of Petri nets, in particular those of the PBC and M-nets family. Its main aim is to be a general Petri net library, being able to cope with most Petri nets models, and providing the researcher with a tool to quickly prototype its new ideas. SNAKES should be suitable to provide the data model for editors or simulators; actually, any editor that use SNAKES may also be a simulator as SNAKES can execute any net.
A key feature of SNAKES is the ability to use arbitrary Python objects as tokens and arbitrary Python expressions in many points, for instance in transitions guards or arcs outgoing of transitions. This is what makes SNAKES that general. This relies on the capability of Python to run dynamically provided Python code (the eval function). This feature may not be efficient enough for model-checking: speed is the price to pay for the wide generality. However, in the case of a new model, SNAKES may happen to be the only available tool.
Another important feature of SNAKES is the plugin system that allows to extend the features and work with specialised classes of Petri nets. Currently, the following plugins are provided:
pos adds to nodes the capability of holding their position. Nodes can be moved or shifted, Petri nets can be shifted globally and their bounding box can be computed.
graphviz adds a method to draw a Petri net using the tool GraphViz. The layout is provided by the user that provides the coordinate of the nodes (using the plugin pos).
status extends the Petri net model by adding status to the nodes. This is similar to what is used in the models of the PBC or Mnets family. Nodes can then merged automatically according to their status.
ops this plugins defines control flow operations on Petri nets usually found in the PBC and Mnets family. Nets can be composed in parallel, sequence, choice and iteration. These operations rely on the places status.
posops combines the features of pos and ops plugins: the control flow operations are modified in order to rearrange the nodes position in order to provide well shaped nets.
lashdata allows to define data that is not handled in the places of the Petri net but stored instead in the special structures handled by the library Lash. This allows in particular to aggregate possibly infinite states into one meta-state.
Enhancements:
- The GraphViz plugin has been improved.
<<lessA key feature of SNAKES is the ability to use arbitrary Python objects as tokens and arbitrary Python expressions in many points, for instance in transitions guards or arcs outgoing of transitions. This is what makes SNAKES that general. This relies on the capability of Python to run dynamically provided Python code (the eval function). This feature may not be efficient enough for model-checking: speed is the price to pay for the wide generality. However, in the case of a new model, SNAKES may happen to be the only available tool.
Another important feature of SNAKES is the plugin system that allows to extend the features and work with specialised classes of Petri nets. Currently, the following plugins are provided:
pos adds to nodes the capability of holding their position. Nodes can be moved or shifted, Petri nets can be shifted globally and their bounding box can be computed.
graphviz adds a method to draw a Petri net using the tool GraphViz. The layout is provided by the user that provides the coordinate of the nodes (using the plugin pos).
status extends the Petri net model by adding status to the nodes. This is similar to what is used in the models of the PBC or Mnets family. Nodes can then merged automatically according to their status.
ops this plugins defines control flow operations on Petri nets usually found in the PBC and Mnets family. Nets can be composed in parallel, sequence, choice and iteration. These operations rely on the places status.
posops combines the features of pos and ops plugins: the control flow operations are modified in order to rearrange the nodes position in order to provide well shaped nets.
lashdata allows to define data that is not handled in the places of the Petri net but stored instead in the special structures handled by the library Lash. This allows in particular to aggregate possibly infinite states into one meta-state.
Enhancements:
- The GraphViz plugin has been improved.
Download (0.78MB)
Added: 2007-06-29 License: LGPL (GNU Lesser General Public License) Price:
847 downloads
snake5 1.1.0
Snake is an experimental algorithm for exchanging information in a dynamic growing network. more>>
Snake is an experimental algorithm for exchanging information in a dynamic growing network, where a sender and receiver must stay synchronized despite the changing distance. snake5 is a communication algorithm for exchanging information between nodes in a dynamic changing network
Settings:
- Update speed and frequency
- Listen to a node in the signal mode
- Sliders changing appearance in the topology mode
- Stretch folding animation (YES/NO)
- Draw lines between the nodes (YES/NO)
- Makes the nodes twiddle (visualize data in a node)
Press t to switch to the signal mode. You see the wavelet table over time from octave 0 (top) to octave 11 (bottom). The red signal indicates the current folding-distance (odist).
Wait until the signals in all the different octaves (vertical) become stable and repetitive. At that point the system has learned the pattern.
Now increase the distance of sender and receiver using folding (+ and -). The signal stays stable, despite the increased distance (*). If the signal quality should degrade then decrease the distance again by folding or wait until the system stabilizes itself.
<<lessSettings:
- Update speed and frequency
- Listen to a node in the signal mode
- Sliders changing appearance in the topology mode
- Stretch folding animation (YES/NO)
- Draw lines between the nodes (YES/NO)
- Makes the nodes twiddle (visualize data in a node)
Press t to switch to the signal mode. You see the wavelet table over time from octave 0 (top) to octave 11 (bottom). The red signal indicates the current folding-distance (odist).
Wait until the signals in all the different octaves (vertical) become stable and repetitive. At that point the system has learned the pattern.
Now increase the distance of sender and receiver using folding (+ and -). The signal stays stable, despite the increased distance (*). If the signal quality should degrade then decrease the distance again by folding or wait until the system stabilizes itself.
Download (1.1MB)
Added: 2006-01-05 License: GPL (GNU General Public License) Price:
1387 downloads
glsnake 0.9.1
glsnake project is a hardware accelerated executive stress toy. more>>
glsnake project is a hardware accelerated executive stress toy.
glsnake is an OpenGL stress toy, based on Rubiks snake.
One can use this toy to create extra models for the glsnake XScreenSaver hack.
It also includes a large collection of predefined snake models.
Here are the CONTROLS of "glsnake":
- Use the right mouse button to drag the object to a new orientation.
- i will toggle interactive mode.
- Once in interactive mode, use the cursor keys to select a joint and rotate it. The home key resets to the straight snake.
- q will quit.
- s will toggle sane normals against some weird normals.
- w will toggle wireframe mode.
- e and E change the explode distance.
- + and - change the speed of rotation.
Enhancements:
- Fix race condition
<<lessglsnake is an OpenGL stress toy, based on Rubiks snake.
One can use this toy to create extra models for the glsnake XScreenSaver hack.
It also includes a large collection of predefined snake models.
Here are the CONTROLS of "glsnake":
- Use the right mouse button to drag the object to a new orientation.
- i will toggle interactive mode.
- Once in interactive mode, use the cursor keys to select a joint and rotate it. The home key resets to the straight snake.
- q will quit.
- s will toggle sane normals against some weird normals.
- w will toggle wireframe mode.
- e and E change the explode distance.
- + and - change the speed of rotation.
Enhancements:
- Fix race condition
Download (0.18MB)
Added: 2006-12-20 License: GPL (GNU General Public License) Price:
1041 downloads
mop(e)snake 0.5
mop(e) snake is a classic snake game which pits you against all the pain in the world. more>>
mop(e) snake is a classic snake game which pits you against all the pain in the world. mop(e)snake project runs on Linux, Windows, and GP2X.
You can try its innovative one-finger control method or stick with a more traditional style of play.
Playing mop(e)snake
Press any key to start, and use the arrow keys to control your snake. Eat the pain.
Alternatively, you can use the good old fashioned O, P, Q, A key layout you remember from your ZX Spectrum days. You can also redefine the keys by modifying the config file in ~/.mopesnake/config. Figuring out the format of that file is left as an exercise for the reader.
Press ESCAPE on the title screen to enter the menu, which allows you to change the skill level (Easy, Medium or Hard) and the game mode (Normal or One-button). Press ESCAPE during the game to pause or quit.
In one-button mode, press any key to start, and any key to turn in the direction in which the arrow is pointing. Its tricky at first, but try to get into the rhythm. Its quite fun.
Enhancements:
- mop(e)snake now continues to run if the sound fails to initialize.
- The ability to turn music and sound effects on and off has been added.
<<lessYou can try its innovative one-finger control method or stick with a more traditional style of play.
Playing mop(e)snake
Press any key to start, and use the arrow keys to control your snake. Eat the pain.
Alternatively, you can use the good old fashioned O, P, Q, A key layout you remember from your ZX Spectrum days. You can also redefine the keys by modifying the config file in ~/.mopesnake/config. Figuring out the format of that file is left as an exercise for the reader.
Press ESCAPE on the title screen to enter the menu, which allows you to change the skill level (Easy, Medium or Hard) and the game mode (Normal or One-button). Press ESCAPE during the game to pause or quit.
In one-button mode, press any key to start, and any key to turn in the direction in which the arrow is pointing. Its tricky at first, but try to get into the rhythm. Its quite fun.
Enhancements:
- mop(e)snake now continues to run if the sound fails to initialize.
- The ability to turn music and sound effects on and off has been added.
Download (0.37MB)
Added: 2006-12-21 License: GPL (GNU General Public License) Price:
1040 downloads
Genuts Snake 1.3
Genuts Snake is a remake of the popular classic snake game. more>>
Genuts Snake project is a remake of the popular classic snake game.
Eat as many mice as possible, Dont hit the walls, and dont bite your tail. Genuts Snake uses the Genuts Framework.
How to play?
- Eat as many mouses as possible.
- Dont hit the walls.
- Dont bite your tail.
The snake is moving all time, you can not stop it. Use the keyboards arrows to control it.
The more you eat mouses, the longer the snakes tail grows and the higher your score will be.
<<lessEat as many mice as possible, Dont hit the walls, and dont bite your tail. Genuts Snake uses the Genuts Framework.
How to play?
- Eat as many mouses as possible.
- Dont hit the walls.
- Dont bite your tail.
The snake is moving all time, you can not stop it. Use the keyboards arrows to control it.
The more you eat mouses, the longer the snakes tail grows and the higher your score will be.
Download (0.048MB)
Added: 2006-12-08 License: Public Domain Price:
1051 downloads
The Snake Game 1.0
The Snake Game is an adapted, improved version of the popular javacave game. more>>
This is an adapted, improved version of the popular javacave game, written in QtRuby.
Installation:
download
chmod +x snake(gl).rb
run it.
<<lessInstallation:
download
chmod +x snake(gl).rb
run it.
Download (0.015MB)
Added: 2005-05-24 License: Public Domain Price:
1622 downloads
Gnake 0.94b
Gnake project is a Nibbles-like game for the console. more>>
Gnake project is a Nibbles-like game for the console.
Its simple but customizable: you can change the number of apples, the size of the board, the time, apple growth, and other parameters.
This version of "Gnake" allows you to change:
- the playground size (potentially bigger than the size of the terminal),
- the speed,
- the number of apples,
- how much eating an apple makes you grow,
- the length of the snake and
- the time-based growth - as advised by my friend Luca.
Enhancements:
- Added support for terminal resize and (pretty stupid) computer driven worms.
<<lessIts simple but customizable: you can change the number of apples, the size of the board, the time, apple growth, and other parameters.
This version of "Gnake" allows you to change:
- the playground size (potentially bigger than the size of the terminal),
- the speed,
- the number of apples,
- how much eating an apple makes you grow,
- the length of the snake and
- the time-based growth - as advised by my friend Luca.
Enhancements:
- Added support for terminal resize and (pretty stupid) computer driven worms.
Download (0.064MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1053 downloads
Spakes 0.7.3
Spakes project is a client/server Snakes-clone for up to 4 players. more>>
Spakes project is a client/server Snakes-clone for up to 4 players.
Spakes is a clone of the famous "Snakes" game. It is client/server-based and can be played over the Internet by up to 4 players.
Optionally, AI players (controlled by the computer) can join the game.
<<lessSpakes is a clone of the famous "Snakes" game. It is client/server-based and can be played over the Internet by up to 4 players.
Optionally, AI players (controlled by the computer) can join the game.
Download (0.11MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1066 downloads
pslange 0.1
pslange is a ncurses-based clone of the game snake. more>>
pslange project is a ncurses-based clone of the game snake.
pslange is a clone of an old classic game otherwise known as snake or nibbles.
The object of the game is to steer the snake around the screen eating the food that pops up. Every time the snake eats something it grows. If the snake hits an obstacle either itself or the wall, the game ends.
I wrote pslange as a small learning project in order to learn python. It may not be the most advanced game but I belive it is an entertaining way to spend a few minutes. :-)
Since it does have several features common to many python based command line tools, it may be useful to some people as an example on how to do these things in python.
Main features:
- Internationalization - also known as I18N.
- Python setup.
- Command line handling using the module optparse.
- Using the python curses interface.
<<lesspslange is a clone of an old classic game otherwise known as snake or nibbles.
The object of the game is to steer the snake around the screen eating the food that pops up. Every time the snake eats something it grows. If the snake hits an obstacle either itself or the wall, the game ends.
I wrote pslange as a small learning project in order to learn python. It may not be the most advanced game but I belive it is an entertaining way to spend a few minutes. :-)
Since it does have several features common to many python based command line tools, it may be useful to some people as an example on how to do these things in python.
Main features:
- Internationalization - also known as I18N.
- Python setup.
- Command line handling using the module optparse.
- Using the python curses interface.
Download (0.016MB)
Added: 2006-12-10 License: GPL (GNU General Public License) Price:
1051 downloads
sNibbles 0.1.1
sNibbles is a Snake/Nibbles game. more>>
sNibbles project is a Snake/Nibbles game.
sNibbles is a platform independent Snake/Nibbles game.
There are not yet any(automatic) way to install sNibbles permenently, as is, it
has to be run from the project.
<<lesssNibbles is a platform independent Snake/Nibbles game.
There are not yet any(automatic) way to install sNibbles permenently, as is, it
has to be run from the project.
Download (0.96MB)
Added: 2006-12-10 License: GPL (GNU General Public License) Price:
1050 downloads
Nibbles 0.0.4
Nibbles project is a Nibbles/Snake clone for ncurses. more>>
Nibbles project is a Nibbles/Snake clone for ncurses.
It features a high score board and cunning ncurses graphics.
I am sure that better nibbles games exist, but I thought that Id write an ncurses one to learn how.
At the moment its pretty lame, it has the level data directory hardcoded in, the speed is hardcoded and remains constant and it doesnt handle game overs very well.
Enhancements:
- ncurses
<<lessIt features a high score board and cunning ncurses graphics.
I am sure that better nibbles games exist, but I thought that Id write an ncurses one to learn how.
At the moment its pretty lame, it has the level data directory hardcoded in, the speed is hardcoded and remains constant and it doesnt handle game overs very well.
Enhancements:
- ncurses
Download (0.018MB)
Added: 2006-12-01 License: GPL (GNU General Public License) Price:
1198 downloads
Tadpoles 0.5
Tadpoles is a 4-player action game similar to QBasics Nibbles. more>>
Tadpoles project is a 4-player action game similar to QBasics Nibbles.
Tadpoles is an action game for up to 4 players with ties to the original "snakes" or "nibbles" game concept. In Tadpoles, you control using a direction and velocity rather than the tired up/down, left/right controls. You can also collect various power-ups.
In Tadpoles, you control using a direction and velocity rather than the tired up/down, left/right controls. Not only that, but you can collect power-ups such as Lightning and GhostWalks.
The game is built on an object-oriented design concept, with the intent to create an adventure game out of the engine.
<<lessTadpoles is an action game for up to 4 players with ties to the original "snakes" or "nibbles" game concept. In Tadpoles, you control using a direction and velocity rather than the tired up/down, left/right controls. You can also collect various power-ups.
In Tadpoles, you control using a direction and velocity rather than the tired up/down, left/right controls. Not only that, but you can collect power-ups such as Lightning and GhostWalks.
The game is built on an object-oriented design concept, with the intent to create an adventure game out of the engine.
Download (0.46MB)
Added: 2006-12-08 License: GPL (GNU General Public License) Price:
1051 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 2
- 1
- 2
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above snake search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed