Skip to content

jcharra/Entris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entris

Multiplayer Tetris clone featuring the evil duck. Challenge up to 4 friends to play online.

Installation

You need Python3 and pygame to play. Install Python, then type

pip3 install pygame

and you should be ready to go.

Client

The client component resides in the "client" subdirectory. It can be run with

python3 entris.py

Server

A game server you can connect to is running at entris.charra.de

As for the code: The server component used to run on a Google app engine server and was originally implemented in Python, but as of 02/2016, the Python version has been deprecated and replaced with a reimplementation in Go, which can be found at

https://github.com/jcharra/go-entrisserver

The deprecated Python server code remains in the "server" subdirectory.

About

Tetris clone featuring the evil duck

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published