Skip to content

Area capturing hexa-tile map strategy game made in Godot

License

Notifications You must be signed in to change notification settings

miikama/hexa-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GREENIFY

A small strategy game where you try to convert dry desert into green forests.

menu

The game map is a hexa-tile based map. Players build water pumps into the dry desert and expand their territory. The one with the biggest territory wins!

game

DISCLAIMER: this is just a hobby game for testing Godot functionality and is totally incomplete

Development

set up a pre-commit hook for formatting

python3 -m pip "install gdtoolkit==3.*"
mv  .git/hooks/pre-commit.sample .git/hooks/pre-commit
vim .git/hooks/pre-commit

# add the following line
gdformat $(find . -name '*.gd')

About

Area capturing hexa-tile map strategy game made in Godot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published