Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.