All Projects → FergusGriggs → Fegaria-Remastered

FergusGriggs / Fegaria-Remastered

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fegaria-Remastered

Sandboxer-Objc
iOS file browser written in Objective-C
Stars: ✭ 31 (-57.53%)
Mutual labels:  sandbox
Elimination-Game
利用pygame实现消消乐小游戏GUI界面(Use pygame to eliminate the GUI interface of music game)
Stars: ✭ 18 (-75.34%)
Mutual labels:  pygame
tinvedit
inventory editor for terraria game
Stars: ✭ 35 (-52.05%)
Mutual labels:  terraria
stremr
Streamlined Estimation for Static, Dynamic and Stochastic Treatment Regimes in Longitudinal Data
Stars: ✭ 33 (-54.79%)
Mutual labels:  survival
z-sandbox
A simple Sandbox implementation for Javascript
Stars: ✭ 24 (-67.12%)
Mutual labels:  sandbox
EvoArm
An open-source 3D-printable robotic arm
Stars: ✭ 114 (+56.16%)
Mutual labels:  pygame
java-modern-tech-practice
😎 Java™ modern tech practice sandbox ⏳
Stars: ✭ 43 (-41.1%)
Mutual labels:  sandbox
TerrariaOverhaul
A huge game mechanics changing mod for Terraria.
Stars: ✭ 125 (+71.23%)
Mutual labels:  terraria
pool
A pool game written in python and pygame.
Stars: ✭ 33 (-54.79%)
Mutual labels:  pygame
Wario-Land-3
A remake of the GBC-Game "Wario Land 3" using Pygame for Python
Stars: ✭ 48 (-34.25%)
Mutual labels:  pygame
unprotect
Unprotect is a python tool for parsing PE malware and extract evasion techniques.
Stars: ✭ 75 (+2.74%)
Mutual labels:  sandbox
pygame-car-tutorial
rmgi.blog./pygame-2d-car-tutorial.html
Stars: ✭ 30 (-58.9%)
Mutual labels:  pygame
Python.io
Snake game inspired from Slither.io but features a python instead of a snake. Made in Python 3
Stars: ✭ 15 (-79.45%)
Mutual labels:  pygame
midiGenerator
Generate midi file with deep neural network 🎶
Stars: ✭ 30 (-58.9%)
Mutual labels:  pygame
Snake-Game-with-Deep-learning
Developing a neural network to play a snake game
Stars: ✭ 43 (-41.1%)
Mutual labels:  pygame
PopEcoModeling
Online course on statistical modeling in population ecology. Includes instructional videos with associated code and data.
Stars: ✭ 26 (-64.38%)
Mutual labels:  survival
torjail
🔒 download, verify & run torbrowser in a sandbox
Stars: ✭ 14 (-80.82%)
Mutual labels:  sandbox
xss-http-injector
XSS HTTP Inject0r is a proof of concept tool that shows how XSS (Cross Site Scripting) flags can be exploited easily. It is written in HTML + Javascript + PHP and released under GPLv3.
Stars: ✭ 22 (-69.86%)
Mutual labels:  sandbox
RealTime-DigitRecognition
RealTime DigitRecognition using Convolutional Neural Network(CNN) with keras.
Stars: ✭ 108 (+47.95%)
Mutual labels:  pygame
Plugins
🧪☕️⚡️A list of TShock for Terraria plugins.
Stars: ✭ 82 (+12.33%)
Mutual labels:  terraria

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 (for pygame 1), 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
  • xmltodict (included)

Notes:

  • You can turn off and on settings in the 'config.txt' file
  • Changes might be listed in 'changelog.txt' if I can be bothered lol
  • Music and sounds from Terraria, not my own.

alt text

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].