Ecosyste.ms: Awesome

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

https://github.com/jonathanhirz/simple_jam

a simple game for a simple jam
https://github.com/jonathanhirz/simple_jam

Last synced: 2 months ago
JSON representation

a simple game for a simple jam

Lists

README

        

simple_jam

cat catching flies. cat walks left and right, jumps in the air. flies fly around above the cat. if you land on a fly, you catch it/get a point. catching a fly gives you a little bounce/boost so you can try and catch multiples, get schweet combos.

- ~~background (room with window, floor, lamp...simple)~~
- ~~floor/wall/ceiling are colliders~~
- ~~player sprite (cat)~~
- ~~player collider~~
- player controls (move left/right & jump (jump physics), gravity)
- flies that come in from the sides. buzz around.
- if player collides with fly, fly dies, get point
- if player jumps on top of fly, gets a slight extra jump == COMBO
- points
- timer?