Skip to content

Another variant of the classic arcade game featuring an online leaderboard as well as offline functionality

Notifications You must be signed in to change notification settings

LeoHerrmann/snek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snek

Another variant of the classic arcade game featuring an online leaderboard as well as offline functionality

Click here to try it out.

Screenshots

Start Screen Game Screen Leaderboard Screen

Getting Started

Requirements:

  • Python 3
  • pip
  • virtualenv

Installation

To get this project running on your local machine, the following steps need to be performed:

Clone this repository and navigate into the project:

git clone https://github.com/Rahmsauce/Snek.git
cd Snek

Create a virtual environment and activate it:

python3 -m venv env
source env/bin/activate

Install Flask:

pip install flask

Export and run application.py:

export FLASK_APP=application.py
export FLASK_ENV=development
flask run

Open http://localhost:5000 using a web browser.

About

Another variant of the classic arcade game featuring an online leaderboard as well as offline functionality

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published