PvPetris is a regular Tetris game based on classic NES version. We developed it being inspired by Classic Tetris World Championship and the main feature of this game is multiplayer: play PvPetris with friend in real time!
- Game Maker: Studio v1.4.9999 (GM:S is outdated however)
- Any web server (Nginx works fine for me)
- MySQL Database (other databases probably fine too but not tested)
- PHP 5
- Prepare DB and create table "PVPETRIS" using script web/create_table.sql
- Change properties in config.ini to your own
- Run
php -f install.php
- Set frontend directory as root directory for web server
- Compile Pvpetris.gmx in GameMaker Studio