Skip to content

Simon Carless once described robotfindskitten as "less a game and more a way of life ... It's fun to wander around until you find a kitten, at which point you feel happy and can start again". It was developed with my CSE-210 Winter 2022 team. It runs with Raylib in Python

Notifications You must be signed in to change notification settings

felipevalenciaclavijo/Robot-Finds-Kitten-Game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Greed

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 greed

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)
+-- greed                   (source code for game)
  +-- data                  (data files for game)
  +-- game                  (specific game classes)
    +-- casting             (cast folder)
      +-- actor             (Visable object methods)
      +-- artifact          (Returns information for objects in game)
      +-- cast              (list of all "actors" in the game)
    +-- directing           (director folder)
      +-- director          (directs the game)
    +-- services            (services folder)
      +-- keyboard_service  (for sensing where the player is in game)
      +-- video_service     (draws game)
    +-- shared              (shared objects for use in other classes)
      +-- color             (color for actors in game)
      +-- point             (gives the location for actors)
  +-- __main__.py           (entry point for program)
+-- README.md               (general info)

Required Technologies


  • Python 3.8.0
  • Raylib Python CFFI 3.7

Authors

*Logan Andrus [email protected] *Keeley Imlah [email protected] *Felipe Valencia [email protected] *Kathryn Thompson [email protected] *Morgan Luke [email protected]

*Team 9 CSE-210 Winter 2022

About

Simon Carless once described robotfindskitten as "less a game and more a way of life ... It's fun to wander around until you find a kitten, at which point you feel happy and can start again". It was developed with my CSE-210 Winter 2022 team. It runs with Raylib in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%