Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barrettotte/zx-dungeon
ZX Spectrum Game Jam Entry (BASIC)
https://github.com/barrettotte/zx-dungeon
basic-programming-language game-jam zx-speccy zx-spectrum
Last synced: 14 days ago
JSON representation
ZX Spectrum Game Jam Entry (BASIC)
- Host: GitHub
- URL: https://github.com/barrettotte/zx-dungeon
- Owner: barrettotte
- Created: 2017-06-09T15:36:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T14:56:47.000Z (over 3 years ago)
- Last Synced: 2024-10-24T18:35:38.489Z (about 2 months ago)
- Topics: basic-programming-language, game-jam, zx-speccy, zx-spectrum
- Language: BASIC
- Size: 697 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZX-Dungeon
Before the ZX Spectrum Game Jam I had never used BASIC before.
After walking myself through the BASin manual and tinkering with a few games, I had a reasonable understanding of the language.This is a fairly simple game where you collect gold and avoid the enemy.
It plays a lot like PacMan and is based off of an example located in the ZX Spectrum Coding Club book.I had a lot of fun learning this language.
### [Itch.io Project Page](https://barrettotte.itch.io/zx-dungeon)
### [ZX Spectrum Game Jam Entry](https://itch.io/jam/zx-spectrum-basic-jam/rate/150038)
![docs/screenshot01](docs/screenshot01.png)
![docs/screenshot02](docs/screenshot02.png)