https://github.com/caisilus/mmcs_gamejam_2023
https://github.com/caisilus/mmcs_gamejam_2023
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/caisilus/mmcs_gamejam_2023
- Owner: caisilus
- Created: 2023-11-19T01:11:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T15:43:46.000Z (over 2 years ago)
- Last Synced: 2025-01-23T07:45:06.582Z (over 1 year ago)
- Language: Ruby
- Size: 137 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Theme
Game Jam theme is "Fractal Gameplay"
# Development guidelines
- If you work on a sub module like Solitaire(Memo/Tetramino) minigame, please place files specific to this minigame in a separate folder
- You should require all your needed files in requirements.rb
- If you want DR to life reload on update to a specific file, write on top of a file:
```ruby
$gtk.reset
```