Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conartist6/potato-engine
An educational/whimsical engine for box-pushing games.
https://github.com/conartist6/potato-engine
game game-engine game-engine-2d kye sokoban sokoban-game
Last synced: 2 months ago
JSON representation
An educational/whimsical engine for box-pushing games.
- Host: GitHub
- URL: https://github.com/conartist6/potato-engine
- Owner: conartist6
- Created: 2018-05-13T04:03:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T20:21:41.000Z (almost 3 years ago)
- Last Synced: 2024-10-18T08:17:26.651Z (3 months ago)
- Topics: game, game-engine, game-engine-2d, kye, sokoban, sokoban-game
- Language: JavaScript
- Homepage:
- Size: 544 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Potato Engine
![Game screenshot](https://raw.githubusercontent.com/conartist6/potato-engine/master/default-kye.png)
This is a monorepo of npm packages. For further information on the purpose of this repository, see [packages/potato-engine](https://github.com/conartist6/potato-engine/blob/master/packages/potato-engine/)
This project is in beta.
## History
Potato-engine was inspired in particular by Kye, and during initial development was called kye-engine. Kye is a 1992 game created by Colin Garbutt, who is not affiliated with this project. Kye is retained as the reference game implementation on the engine.
I would also like to thank:
Colin Phipps of [Python Kye](http://games.moria.org.uk/kye/download-install) whose implementation of the Kye game saved me a significant amount of time tracking down some of the finer points of Kye's game mechanics when I was first starting the project.
The authors of Xye, a game which more fully explores the mechanics which might be possible in a kye-like game and helped me make fewer assumptions in my code.
Max Hardcastle. For opening the burgers issue, and for being excited generally.