hanselmandrew / slider-pygame

Slider is a simple game written in Python 3 using the pygame module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slider

Slider is a simple video game written in Python 3 using the pygame module.

Your goal is to collect as many food items using as little energy as possible while the environments food supply seems to be vanishing


Table of Contents


Installation

  • Here is information about how to clone the repository and run the game.

Clone

Clone this repository to your local machine

git clone https://github.com/hanselmandrew/slider-pygame.git

Setup Environment

Use pipenv to install dependencies for the project. This includes Python 3.7 and pygame.

pipenv install

Enter the virtual environment set up by pipenv...

pipenv shell

Run

Running the game is simple using python now that you are in the virtual environment!

python game.py

About

Slider is a simple game written in Python 3 using the pygame module.


Languages

Language:Python 100.0%