typewriter1 / FlyingGame

A flight-simulator style game, written in Python and Panda3D, where you locate enemy positions and report on their activity.

Home Page:https://typewriter1.github.io/games.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flying Game

My game - Fly your plane, spy on the enemy, and report on their activity and help win the war!

Screenshot

Installing

To install, follow these steps:

  • Download the zip from the green "Clone or Download" button at the top of the page.
  • Install a development version of Panda3D from here. Ensure you download a Python 3.5/3.6 version, as the game relies on newer features.
  • Install RenderPipeline from here. Unzip it, and update the path in gamebase.py to point at the installation.

If the game has a low frame-rate on your computer, you can change the USE_RENDER_PIPELINE variable to False, which make the graphics worse, but it should run quicker.

How to Play

Use the arrow keys to control the plane.

About

A flight-simulator style game, written in Python and Panda3D, where you locate enemy positions and report on their activity.

https://typewriter1.github.io/games.html

License:MIT License


Languages

Language:Python 100.0%