Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-pink-hacker/ti-space-invaders
A Unfinished Space Invaders clone for the TI-84 Plus CE written in ez80 assembly.
https://github.com/the-pink-hacker/ti-space-invaders
asm assembly ez80 space-invaders space-invaders-clone ti-84-plus-ce video-game z80 z80-asm z80asm
Last synced: about 1 month ago
JSON representation
A Unfinished Space Invaders clone for the TI-84 Plus CE written in ez80 assembly.
- Host: GitHub
- URL: https://github.com/the-pink-hacker/ti-space-invaders
- Owner: the-pink-hacker
- Created: 2023-09-03T13:56:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T22:05:22.000Z (10 months ago)
- Last Synced: 2024-04-04T09:26:18.252Z (9 months ago)
- Topics: asm, assembly, ez80, space-invaders, space-invaders-clone, ti-84-plus-ce, video-game, z80, z80-asm, z80asm
- Language: Assembly
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TI Space Invaders
I wrote this as a way to learn assembly for the calculator.
This has only been tested with the TI-84 Plus CE.## Playing
### Controls
`dpad`: Left and right
`2nd`: Fire
`clear`: Exit
## Build
To build the project, run the following command:
```shell
make
```The game will be placed in the build folder.
## Legal
Not affiliated with Atari.