This project has as main aim to build a simple rpg-like game.
Download with git (git clone https://github.com/Thalos12/game_core
) thennavigate to the directory through
the terminal and type python ChildrenOfTheGoddess.py
.
At the moment you can only create a profile. We expect to be able to add a battle-mode against botsin a few major updates.
The game will consider upper case letters as different from lower case letter. Profiles named pippo, Pippo, PIPPO, PiPpO, etc… can all be assigned to different players. No two players can have the same name.
Your profile has four main aspects for now:
- character stats
- weapon stats
- armor stats
- skill stats (under testing)
The estimate of the damage dealt is based on different stats for each kind of attack as follows:
- pierce, slash depend on STR
- magic depends on INT
- ranged depends on AGI
There will be many changes in the code, especially in the beginning. Expect your profiles to be unusable every update.
The game_core code is distributed without any warranty: use it at your own risk.
Anybody can download the code and redistribute it (non commercially). Nobody can claim ownership over the code, the artwork, the music and thesound with the exception of the author(s). Altering the code is allowed, within the limits defined above, but at your own risk: there is no warranty on the modified code (in the future this will not be allowed anymore).