Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/karstenpedersen/robo-blocks

Game Maker Toolkit 2024 submission.
https://github.com/karstenpedersen/robo-blocks

game-development game-jam

Last synced: 8 days ago
JSON representation

Game Maker Toolkit 2024 submission.

Awesome Lists containing this project

README

        

# GMTK 2024

https://itch.io/jam/gmtk-2024

## File Structure

```
├── README.md
├── icon.svg
├── icon.svg.import
├── project.godot
└── src
├── assets
│   ├── sounds
│   └── textures
├── components // Component scripts
├── entities
│   ├── enemies
│   └── player
├── resources
│   └── modules // Stats for modules
├── scenes
│   ├── game-scenes // First level, second level, ...
│   └── menus // Main menu and so on...
├── systems
│   └── modules // Robot modules.
├── test.gd
├── ui // Reusable ui scenes.
└── utils // Utility scripts.
```