https://github.com/eiichiroito/retrogameengine
Retro game engine for Pharo Smalltalk
https://github.com/eiichiroito/retrogameengine
game-engine pharo retrogame smalltalk
Last synced: about 1 year ago
JSON representation
Retro game engine for Pharo Smalltalk
- Host: GitHub
- URL: https://github.com/eiichiroito/retrogameengine
- Owner: EiichiroIto
- License: mit
- Created: 2022-03-23T11:36:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T04:48:03.000Z (almost 4 years ago)
- Last Synced: 2025-03-21T08:29:02.499Z (over 1 year ago)
- Topics: game-engine, pharo, retrogame, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 257 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RetroGameEngine
Retro game engine for Pharo Smalltalk.
It's strongly inspired by Pyxel.
https://github.com/kitao/pyxel
The resources of the sample program are the original ones.
## Install repository on Pharo (for developer)
It only supports Pharo 10.
```
Metacello new
baseline: 'RetroGameEngine';
repository: 'github://EiichiroIto/RetroGameEngine/src';
load.
```
## Examples
```
SpRetroDemoPlayer example.
ImageEditor run.
TilemapEditor run.
Danmaku run.
```
Have fun!
## Limitations
- Sound and music functions are not supported.
## ToDo
- Support for Windows and Mac.
- Support for sound and music.