An open API service indexing awesome lists of open source software.

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)

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