Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Down To Earth

As development continued, it became clear that the current model wasn't going to fulfill the game's needs.

Therefore, this will be the last update in Python development, and we will be switching to a C# build, likely using Unity.

As before, battle1.py under Battle_Testing is the only file with real function.

Here's the updated list of everything you can do in the battle:

  • View a map of the area
  • Move around in the play area
  • Place bombs at the player's position to detonate at a later time
  • Throw bombs at the enemies*
  • Attack the enemies
  • Kill the enemies*
  • Take damage
  • Switch between a gun and a knife as a weapon

There might be a few other features I've forgotten. Developing this has been really fun so far, can't wait to see how this continues!

*To throw bombs the playerstats1.txt file must be modified as the relevant stats are set to zero, alternatively there's a "debug" variable in the throw_item() function, which will set the needed stats to max when set to "True."

*Killing the enemies hasn't been fully tested, and their marker won't dissapear from the map.

About

The old Python version, unfinished, of Down to Earth: Near and Far.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors