https://github.com/bananapuncher714/lightbikes
A TRON clone for the command line.
https://github.com/bananapuncher714/lightbikes
assembly nasm terminal tron
Last synced: 2 months ago
JSON representation
A TRON clone for the command line.
- Host: GitHub
- URL: https://github.com/bananapuncher714/lightbikes
- Owner: BananaPuncher714
- Created: 2020-12-24T18:55:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T19:05:20.000Z (over 5 years ago)
- Last Synced: 2025-03-31T03:41:27.640Z (about 1 year ago)
- Topics: assembly, nasm, terminal, tron
- Language: Assembly
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lightbikes
A tron clone but for the command line.


## About
Control your character with the arrow keys or WASD for player two. Maneuver around the field without crashing into the walls or trails left behind by you and your enemy. Done entirely in NASM AMD x86_64 with linux system calls and ANSI codes.
## Controls
- Up, down, left and right - Navigate the menu and control player 1
- WASD - Control player 2
- Escape - Return to menu
- Space and Enter - Select
- B
## Requirements
- An ANSI terminal
- x86_64 Linux
- NASM
## How to run
- Clone or download this repository
- `make run`