![]() |
A 2D Isometric side scrolling multi-player game using free online art assets. | This game uses an unmodified snapshot of PodSixNet for easy network communications. |
![]() |
Dodge evey obstacle! | Penetrate the beaurocracy! |
To start a game, cd into the FlappyWyvern directory and execute > python Game.py.
Select Host at the main menu to host a network game or play single-player.
If you need to use a specific port for network communication, Start a game with > python Game.py hostname:port where hostname is the name or IP address of the machine you are using to host a game, and port is the port you want to use like 8081.
Press the space bar to "flap".
To join an already running game hosted on the same computer, execute > python Game.py, and then select Join at the main menu.
To join an already running game hosted on a different computer, you must know the hostname or IP address for the other computer and start the game with > python Game.py hostname:port where hostname is the name or IP address of the machine hosting a game, and port is the port to use like 8081. By default, hosted games use port 8080.

