Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwehrstedt/vampire
2D platformer for Sega Saturn. Developed with Jo-Engine.
https://github.com/mwehrstedt/vampire
homebrew sega sega-saturn
Last synced: about 9 hours ago
JSON representation
2D platformer for Sega Saturn. Developed with Jo-Engine.
- Host: GitHub
- URL: https://github.com/mwehrstedt/vampire
- Owner: MWehrstedt
- Created: 2024-11-07T22:02:02.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T23:02:02.000Z (4 days ago)
- Last Synced: 2025-01-19T00:17:17.970Z (4 days ago)
- Topics: homebrew, sega, sega-saturn
- Language: C
- Homepage:
- Size: 652 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Vampire
Simple 2D platformer for Sega Saturn. Inspired and close to the original Castlevania for the NES.# Controls (so far)
![image](https://onedrive.live.com/embed?resid=72F9E0AC3DFC344D%21588501&authkey=%21AKkSacSQ_k1xCwE&width=660)
**D-Pad**: Move character, Crouch
**A, C Button**: Jump
**B Button**: Sword Attack
**X, Y and Z Buttons**: Subweapon (Not implemented yet)
**L and R Button**: Cycle selected subweapon (Not implemented yet)
**Start Button**: Pause game
# Compile
Make sure to have [Jo-Engine](https://github.com/johannes-fetz/joengine/tree/e5446a348b05dac91d0a281ad8ea0ca00ec5c5a5) set up and working. Then just start `compile.bat` or `compile.sh`.# Credits
Font: https://not-jam.itch.io/not-jam-old-style-11
UI: https://byandrox.itch.io/crimson-fantasy-gui
Graveyard: https://anokolisa.itch.io/moon-graveyard
## Frameworks
Made with [Jo-Engine](https://github.com/johannes-fetz/joengine)