Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/historicalsource/sinistar
A shooting, space-flying, avoiding-the-scary-space-monster game
https://github.com/historicalsource/sinistar
Last synced: 22 days ago
JSON representation
A shooting, space-flying, avoiding-the-scary-space-monster game
- Host: GitHub
- URL: https://github.com/historicalsource/sinistar
- Owner: historicalsource
- Created: 2021-04-03T01:12:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T16:04:26.000Z (almost 4 years ago)
- Last Synced: 2024-11-06T02:44:11.600Z (2 months ago)
- Language: DIGITAL Command Language
- Size: 301 KB
- Stars: 41
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-coco - Sinistar - M6809 arcade game (Programming / Source Code)
README
[LIBRARY.SINISTAR] is the library version of:
SSSS IIIII N N IIIII SSSS TTTTT AAA RRRR
S I NN N I S T A A R R
SSS I N N N I SSS T AAAAA RRRR
S I N NN I S T A A R R
SSSS IIIII N N IIIII SSSS T A A R RINTRODUCTION
The problem history with managing sources for 4 people while using
an assembler with a very limited symbol table size is not amusing. Let it
suffice that we did what was neccessary at the time.Our tools have progressed since Sinistar days, but the library will
have to reflect the state of those days in the way it builds a working version
of Sinistar for you. So it is that the subdirectories for the main programmers
contain their last development version of Sinistar.FILE ORGANIZATION
Assembly order of overlays:
[.SAM] Contains all the V17 files from Sam Dicker
[.WITT] Contains all the V17 files from Rich Witt
[.FALS] Contains all the V17 files from Noah Falstein
[.MICA] Contains all the V17 files from Bob Mical
[.COM] Contains a mangerie of related comand files from them all.At the top level, [LIBRARY.SINISTAR] you will find these main files:
READ.ME You're reading it now. A preliminary description of things.
MAKE.COM A command file that can rebuild Sinistar.