Skip to content

DAntyNoel/ScoutGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scout!

An interesting poke board game for 2~5 players.

Rules are available at How to Play Scout | Board Game Rules & Instructions (youtube.com).

Usage

Requirements:

pip install websockets

Off-line Version

You can play Scout! against yourself on your own, using interactive shell command with

python offline.py

On-line Version

Our project supports remote games. You can deploy this repository on a public server and start server with

python app.py

After that, you can connect remote server with websockets. Here we provide a jupyter notebook connection example (interact.ipynb) for you to interact with server, or the GUI repository. Remember to modify IP and ports where server is running and client connects.

TIPS: If you don't like the detailed INFO outputs, just set constant DEBUG=False.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published