https://github.com/devklick/unreelgame
A simple game where you spin and stop reels to try and match up symbols
https://github.com/devklick/unreelgame
Last synced: 8 months ago
JSON representation
A simple game where you spin and stop reels to try and match up symbols
- Host: GitHub
- URL: https://github.com/devklick/unreelgame
- Owner: devklick
- Created: 2022-07-31T17:55:33.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-07T15:29:14.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T08:45:13.074Z (over 1 year ago)
- Language: C#
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple 2D game created with Godot. Very much a WI(slow)P.
The game consists of a number of reels which the players spins and stops. The idea is to get all reels to stop on the same icon.
The reel may land on a value icon - the idea is to get the reels all end up on the same value.
Or the reel may land on a logic icon - which could do something like:
- Nudge the reel x times
- Hold the reel for the next x spins
- Speed the reel up on the next x spins
- Slow the reel down on the next x spins