Really simple game created in Godot Game Engine. It's evolution of this tutorial game link
Work on:
link: https://chimi70.itch.io/cosmic-expansion
git clone https://github.com/Chimi70/Cosmic-Expansion &&
cd Cosmic-Expansion
echo "#!/usr/bin/bash
./export/0.2/linux/cosmic_expansion.x86_64" > launch.sh &&
chmod +x launch.sh &&
cd &&
Cosmic-Expansion./launch.sh
cd &&
sudo rm -r Cosmic-Expansion
git clone https://github.com/Chimi70/Cosmic-Expansion &&
echo "#!/usr/bin/bash
./export/0.2/linux/cosmic_expansion.x86_64" > launch.sh &&
chmod +x launch.sh &&
cd &&
sudo rm -r Cosmic-Expansion
- Install git
winget install --id Git.Git -e --source winget
- Reopen PowerShell
- Go to Documents
cd C:\Users\YourUsername\Documents
- Clone repo
git clone https://github.com/Chimi70/Cosmic-Expansion
- Download project (at the top of this page is green button "<>Code" click it then click "Download ZIP)
- Unpack zip
- In export directory is "win" directory, then click newest version, then click "Cosmic Expansion.exe"
cd Documents\Cosmic-Expansion\export\0.2\win
.\cosmic_expansion.exe
cd C:\Users\YourUsername\Documents &
rmdir /s /q Cosmic-Expansion &
git clone https://github.com/Chimi70/Cosmic-Expansion
rmdir /s /q Cosmic-Expansion
- Run specific turn, command example:
./game_file --turn=[1-4] #(choose number from 1 to 4)
This project is licensed under the GNU General Public License v3.0 (GPL-3.0).
See the LICENSE file for details.




