https://github.com/flosch/asciitron
A Light Cycle game
https://github.com/flosch/asciitron
Last synced: 9 months ago
JSON representation
A Light Cycle game
- Host: GitHub
- URL: https://github.com/flosch/asciitron
- Owner: flosch
- License: gpl-3.0
- Created: 2011-11-14T20:51:54.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-12-28T22:38:00.000Z (over 12 years ago)
- Last Synced: 2025-04-11T00:13:54.520Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 116 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Welcome to asciitron!
This game is related to the movie Tron from 1982.
It supports multiplayer gaming over network (single player is working as well);
start the server like this:
python asciitron.py serve X
where X defines how many people will play the game. The server will wait
until all players are connected.
The client is started like this:
python asciitron.py connect localhost X
where X defines your unique player ID. The ID must be a digit between 1 and 9.
To control your snake use the control keys, the VIM keys HJKL or the traditional
WASD. To speed up use "n" (see Nitro tank on the bottom for your playboard). Nitro
can be used whenever it's refilled up to 25% again.
Whenever you're running along the outer border, you automatically speed up.
Have fun!