Skip to content

Similar to my other project Fegaria, but with improved graphics, collisions and terrain generation.

License

Notifications You must be signed in to change notification settings

killidia/Fegaria-Remastered

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fegaria-Remastered

This is a project I started a while back (Successor of Fegaria) and have recently picked it back up. It requires a pretty good CPU to run at large resolutions. I recommend using 800x600, although you can choose what you like in the config file. The lighting is enabled by default, but will likely run very slowly (Despite the fact that most of the processing happens on another thread). You can disable it in-game with the L key or in the config file. There's a bunch more keybinds you can find in the included controls file.

alt text

Installation

I've only used modules that are installed when python 3.6.4 is installed (with the exception of pygame), so all you have to do is run the 'run.pyw' file to play the game.

Required modules:

  • pygame
  • sys
  • math
  • time
  • os
  • random
  • pickle
  • datetime
  • webbrowser

Notes:

  • You can turn off and on settings in the 'config.txt' file
  • Includes tutorial world, full controls in 'controls.txt'
  • Changes listed in 'changelog.txt'
  • Music and sounds from Terraria, not my own.

alt text

About

Similar to my other project Fegaria, but with improved graphics, collisions and terrain generation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%