https://github.com/astrofra/game-shufflepuck-remake-md
Unfinished tentative to reboot Shufflepuck on the Megadrive (or the Amiga)
https://github.com/astrofra/game-shufflepuck-remake-md
megadrive sgdk shufflepuck
Last synced: 6 months ago
JSON representation
Unfinished tentative to reboot Shufflepuck on the Megadrive (or the Amiga)
- Host: GitHub
- URL: https://github.com/astrofra/game-shufflepuck-remake-md
- Owner: astrofra
- Created: 2024-12-13T14:27:46.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-12-13T14:42:40.000Z (10 months ago)
- Last Synced: 2025-03-29T13:47:07.271Z (7 months ago)
- Topics: megadrive, sgdk, shufflepuck
- Language: C
- Homepage:
- Size: 22.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Shufflepuck Cafe Megadrive Reboot
* Original game by Broderbund Software
* Project boostrap by Astrofra## Python prototype
Prototype of the core game mechanics in Python* Install Python 3.6 for Windows (64 ou 32bits)
* Install HARFANG `python.exe -m pip install harfang`
* ⚠️ Relies on a _legacy_ version of Harfang
* Start `main.py`
* Play!## Lua prototype
Prototype of the core game mechanics in Lua. Exact copy of the Python version, only in Lua.* Double click on `start.bat`
* Play!## Python toolchain
Use this to pre-scale sprites. Developped in an old version of Python. Not super useful so I didn't bother porting it to a more recent Python.## C Megadrive version
Built on top of SGDK 1.34