Skip to content

neoighodaro/python-pusher-multiplayer-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Create a realtime multiplayer game with Python and Pusher

This is a realtime multiplayer tic-tac-toe game built using Python, Pusher, and JavaScript.

View tutorial

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software.

  • Git.
  • Python.
  • Pip.

Install

Clone the git repository on your computer

$ git clone https://github.com/neoighodaro-articles/...

You can also download the entire repository as a zip file and unpack in on your computer if you do not have git

After cloning the application, you need to install its dependencies and source into the virtual environment.

$ cd ...

$ pip install flask pusher

$ source .venv/bin/activate

Setup

  • To set the application in development environment, run the following code $ export FLASK_ENV=development

Run the application

$ flask run

Built With

  • Pusher - Hosted APIs to build realtime apps with less code
  • Python - a programming language that lets you work quickly and integrate systems more effectively
  • Flask - a microframework for Python based on Werkzeug, Jinja 2 and good intentions

About

This is a realtime multiplayer tic-tac-toe game built using Python, Pusher, and JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published