This is the repository of Godeck.
Godeck is a mobile turn-based card game themed with Gods and Mythical Creatures.
To run the whole game, we need to setup the Backend Evironment (Game Server) and then the Godot Engine (Game Client).
The game server is being developed using Java Spring Boot and MySQL.
Luckly, we have a setted up Docker environment, so there is no need to install all the backend technologies, just Docker, it'll do everything for you.
- IMPORTANT: If you are using Linux, you need to install Maven. Careful, it might have some prerequisites.
Download Docker Desktop here.
After installing and signing up, run:
- start-docker-windows.bat (Windows)
- rebuild-all.sh (Linux)
Now the game server is running.
The game is being developed in Godot version 4.2.1.
You can find the Godot page here.
After downloading Godot, just open the project.godot file in the Game Engine. Now just click on the play button (▶) in the superior right corner.