Skip to content

egor-sorokin/python-web-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-web-game

How to run the project:

Make a clone of this repository or download ZIP, then:

$ cd [project-dir]

after that copy and paste next command in your Terminal for Mac OS/Linux:

$ export PYTHONPATH=$PYTHONPATH:.

and for Windows:

$env:PYTHONPATH = "$env:PYTHONPATH;."

then run the app:

python bin/app.py

And go to http://localhost:8080/ in your browser

If you want to run tests, just type nosetests in the Terminal in the project directory

About

Text web-game on Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published