JustPlay is a 2D puzzle-platformer built in Godot Engine.
This demo represents Part 1 of the game. Part 2 is planned for future development.
- When the game starts, press the arrow keys to begin moving.
- Use the jetpack to navigate through the environment.
- Shoot with the laser to interact with objects.
- Reach the spaceship to transition to the next area.
- The demo ends with a โEnd of part 1โ screen.
- Jetpack-based movement system
- Laser firing mechanic
- Enemy AI with sinusoidal (wave) movement
- Off-screen enemy spawning
- Scene progression into multiple areas
- End-of-Part-1 sequence
The full game (including the EXE build and all project files) can be downloaded from the latest release:
๐ Download JustPlay โ Part 1 Demo
Inside the ZIP:
builds/windows/JustPlay.exeโ launch the game- full Godot project files
- Additional worlds and level progression
- More enemy types
- Environmental hazards
- Expanded puzzle and interaction mechanics
- Godot Engine
- GDScript
This repository contains:
- README.md
- The full game (including EXE) available in the Releases section
All source files are included inside the downloadable ZIP from the release.