Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tophercantrell/retro-trs80textadventures
Classic text adventure games for TRS80 and CoCo
https://github.com/tophercantrell/retro-trs80textadventures
Last synced: about 7 hours ago
JSON representation
Classic text adventure games for TRS80 and CoCo
- Host: GitHub
- URL: https://github.com/tophercantrell/retro-trs80textadventures
- Owner: topherCantrell
- License: mit
- Created: 2020-10-26T11:31:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-27T17:55:39.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T22:39:00.244Z (20 days ago)
- Language: Python
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Classic text adventure games for TRS80 and CoCo
These games are the original ROMs played through an emulator for their
original platforms. They play on your computer's command line.# Install
```
pip3 install trs80tag
Windows: py -m pip install trs80tag
```# Play
See the list of games and options:
```
python3 -m trs80tag
Windows: py -m trs80tag
```For example, to play RaakaTu for the CoCo:
```
python3 -m trs80tag coco_raaka_tu
Windows: py -m trs80tag coco_raaka_tu
```# Instructions and Info
Complete instructions on these old games can be found on Sean Murphgy's awesome site: [figmentfly.com](figmentfly.com)
# See the code
Disassembly of the ROMS on my site: [computerarcheology.com](computerarcheology.com)
# List of Games
Many more coming soon.
## coco_raaka_tu
Raaka-Tu - 1982 for the TRS-80 Color Computer
- Everything you need to know: [http://www.figmentfly.com/raakatu/raakatu.html](http://www.figmentfly.com/raakatu/raakatu.html)
- See the disassembly: [http://computerarcheology.com/CoCo/RaakaTu/](http://computerarcheology.com/CoCo/RaakaTu/)