Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgbiel/godot-mini-minesweeper
Minesweeper in Godot experiment
https://github.com/pgbiel/godot-mini-minesweeper
Last synced: 2 days ago
JSON representation
Minesweeper in Godot experiment
- Host: GitHub
- URL: https://github.com/pgbiel/godot-mini-minesweeper
- Owner: PgBiel
- License: mit
- Created: 2023-09-18T00:59:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-29T04:44:22.000Z (over 1 year ago)
- Last Synced: 2025-01-03T07:07:25.109Z (8 days ago)
- Language: GDScript
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# godot-mini-minesweeper
Minesweeper in Godot experiment## Color Palette
Sprites:
- Empty tile (main): #a3a3a3
- Empty tile (border light): #707070
- Empty tile (border dark): #4a4a4a
- Filled tile (main bg): #707070
- Filled tile (border light): #e8e8e8
- Filled tile (border dark): #a3a3a3
- One: #1b27cf
- Two: #086e25
- Three: #d12727
- Four: #331ea8
- Five: #7d0a0a
- Six: #218c81
- Seven: #0c2623
- Eight: #9aa17a
- Bomb (main): #000000UI:
- Flat input normal: #cccccc
- Focused flat input: #8d9cf0## License
- MIT license
- Romulus font by deviantart user Pix3M (https://www.deviantart.com/pix3m/art/Bitmap-font-Romulus-380739406)