Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blaknite/snek
Snake for the RC2014
https://github.com/blaknite/snek
c game rc2014 retro snake snake-game z80
Last synced: about 1 month ago
JSON representation
Snake for the RC2014
- Host: GitHub
- URL: https://github.com/blaknite/snek
- Owner: blaknite
- License: mit
- Created: 2017-06-20T15:09:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T01:58:49.000Z (over 2 years ago)
- Last Synced: 2024-08-04T16:06:22.874Z (4 months ago)
- Topics: c, game, rc2014, retro, snake, snake-game, z80
- Language: C
- Size: 70.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rc2014 - snek
README
# snek
Snake for the RC2014 Pro CP/M.
![](https://d1bh5m8o3ysx9y.cloudfront.net/uploads/images/8f3de0a2-5199-48a8-8d71-18139fba0d0b.png)
![](https://d1bh5m8o3ysx9y.cloudfront.net/uploads/images/151a6760-73a0-4924-91bf-92fbb90de8ca.png)
## Give it a go
1. Download latest release of SNEK.COM
1. Use the RC2014 to CPM HEX file conversion tool transfer it to your RC2014
1. Enjoy!## Compile it yourself
Snek is written for the z88dk RC2014 subtype. Compiling it yourself is done with one line.
```
zcc +rc2014 -subtype=cpm -SO3 -clib=sdcc_iy snek.c snek.asm -o snek -create-app
```