https://github.com/geokureli/hotpotato
An exercise in rapid community prototyping
https://github.com/geokureli/hotpotato
Last synced: 4 months ago
JSON representation
An exercise in rapid community prototyping
- Host: GitHub
- URL: https://github.com/geokureli/hotpotato
- Owner: Geokureli
- Created: 2018-09-29T05:14:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T07:14:16.000Z (over 6 years ago)
- Last Synced: 2025-01-07T16:41:08.184Z (5 months ago)
- Language: Haxe
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# What is Hot Potato Game Dev?
An exercise is collaborative prototyping. Each dev takes turns to try influence the direction and design of the game before passing it on to the next dev.## What kind of changes can I make?
Whatever you like, but the goal is to make the biggest impact in the shortest amount of time. There are no hard limits on anything right now and I'd love to keep it that way.## Can I undo someone else's change
As I said above, your change can be whatever you like, but I strongly encourage you to consider a change that lives harmoniously with the existing contributions.# How do I contribute?
Add a new [Contribution Task](https://github.com/Geokureli/HotPotato/issues/new?template=contribution-task.md) to the queue! Be sure to check the check the [Existing Tasks](https://github.com/Geokureli/HotPotato/issues) before adding a potential duplicate. Once your task is marked as `Active`, it's go time!## No, really, how do I contribute in some technical capacity?
Install [Haxe](https://haxe.org/) and [OpenFL](http://www.openfl.org/)
```bash
haxelib setup
haxelib install openfl
haxelib run openfl setup
```# I love this idea but despise you, George; can I steal this Idea!
Yes! I would love to see Hot Potato projects pop up for other languages, engines and dev tools and in all sorts of communities!