Skip to content

HunterCharlesHewitt/Kaiju-Battle-Card-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaiju-Battle-Card-Game

-This application is intended to be a virtual version of the Kaiju Battle Card Game created by Michael Eriksen in April 2021

Most up to date demo (4/26)

Demo gif

Developer Zone

Running the Flask Application on Unix

  1. In order to create a Python virtual environment, in the root application directory run:

    virtualenv YOUR_ENV_NAME
    
  2. To activate the virtual env on Unix machines run

     source YOUR_ENV_NAME/bin/activate
    
  3. Once in the virtual environment run

     pip install -r requirements.txt
    
  4. To start the application on your localhost:5000, run

     python app.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published