Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewgeorgy/sokobanes
simple sokoban style puzzle game for the NES
https://github.com/matthewgeorgy/sokobanes
Last synced: 8 days ago
JSON representation
simple sokoban style puzzle game for the NES
- Host: GitHub
- URL: https://github.com/matthewgeorgy/sokobanes
- Owner: matthewgeorgy
- Created: 2021-04-30T20:17:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T17:23:30.000Z (over 3 years ago)
- Last Synced: 2024-11-07T10:27:13.669Z (about 2 months ago)
- Language: Assembly
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sokobaNES
This is a simple sokoban style puzzle game for the NES, written using 6502 assembly and the cc65 toolchain.
Start:
![alt text](./screenshots/start.png)
Mid-Game:
![alt text](./screenshots/middle.png)
End-Game:
![alt text](./screenshots/end.png)