https://github.com/jannled/troncmd
Tron game in VT100 style
https://github.com/jannled/troncmd
atmega32 game linux terminal tron vt100
Last synced: 6 months ago
JSON representation
Tron game in VT100 style
- Host: GitHub
- URL: https://github.com/jannled/troncmd
- Owner: Jannled
- Archived: true
- Created: 2020-01-29T15:35:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T16:38:38.000Z (over 5 years ago)
- Last Synced: 2025-02-26T14:23:56.122Z (8 months ago)
- Topics: atmega32, game, linux, terminal, tron, vt100
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TronCMD
In programming lessons at university we where writing a game for an ATMega32 using a gamepad on the controller port and a serial console as display. I continued work at home and since I don't have an ATMega32 laying around I tested the developed concepts in terminal before we are implementing them in Atmel Studio.
Therefore the need for a bit-map, cause microcontroller space is really limited...The game currently only works in Unix terminals supporting [VT100](http://www.termsys.demon.co.uk/vtansi.htm) escape sequences (Windows and [WSL](https://docs.microsoft.com/de-de/windows/wsl/faq) definitley don't work...).