Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conartist6/kye
A potato-engine implementation of Kye.
https://github.com/conartist6/kye
Last synced: 17 days ago
JSON representation
A potato-engine implementation of Kye.
- Host: GitHub
- URL: https://github.com/conartist6/kye
- Owner: conartist6
- Created: 2018-06-18T00:39:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T20:08:13.000Z (about 1 year ago)
- Last Synced: 2024-10-29T11:46:19.063Z (2 months ago)
- Language: JavaScript
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Kye
This is an implementation of the 1992 game Kye by Colin Phipps.
It is built using the [Potato Engine](https://github.com/conartist6/potato-engine).
This is the reference implementation game for the Potato Engine.
### Initial Setup
If you just want to get started tinkering with some code that already works, this is the right place to get started. You should click the handy-dandy clone button on this project's [Github page](https://github.com/conartist6/potato-engine) (if you're not already there). Once you've done that, I recommmend using [Github Desktop](https://desktop.github.com/) (particularly if you're not already familiar with git) to check out a copy of the repository you've just forked.
You will need to install `node` and `yarn`. Once you have done this, open a terminal and run
```
yarn install
yarn start
```Note that this setup is the same as the setup for any create-react-app app.