Skip to content

K-Bambino/Saltdew_Valley

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Saltdew_Valley

An amazing game not at all inspired by a beloved hit by the name Stardew Valley... but with snails! Avoid the snail or you will die! However, don't be afraid to accept your fate.

Getting Started


Make sure you have Python 3.8.0 or newer and Raylib Python CFFI 3.7 installed and running on your machine. You can install Raylib Python CFFI by opening a terminal and running the following command.

python3 -m pip install raylib

After you've installed the required libraries, open a terminal and browse to the project's root folder. Start the program by running the following command.

python3 saltedew_valley 

You can also run the program from an IDE like Visual Studio Code. Start your IDE and open the project folder. Select the main module inside the hunter folder and click the "run" icon.

Project Structure


The project files and folders are organized as follows:

root                    (project root folder)
+-- saltdew_valley      (source code for game)
  +-- game              (specific game classes)
    +-- casting         (various actor classes)
    +-- directing       (director and scene manager classes)
    +-- scripting       (various action classes)
    +-- services        (various service classes)
  +-- __main__.py       (entry point for program)
  +-- constants.py      (game constants)
+-- README.md           (general info)

Required Technologies


  • Python 3.8.0
  • Raylib Python CFFI 3.7

Authors


  • Ben Davis
  • Kevin Saunders
  • Ian Ashby
  • Nathan Weber

About

An amazing game not at all inspired by a beloved hit by the name stardew valley

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%