Combining Game
# Mar 30, 2021This is a Doodle God like game made with Java. You can combine elements to create new elements in the game. It also features a game editor in which you can create your game content such as new elements and recipes.
Players can see available elements.
Player can selectt an element by clicking on it.
By selecting a second element, players can attempt combining them. If the combinati is sucessful, a new element can be unlocked. Soil + Water resulted in Mud in the below image.
The editor is a console application.