# FlyingGame **Repository Path**: chenjt2001/FlyingGame ## Basic Information - **Project Name**: FlyingGame - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-10 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Flying Game My [game](https://typewriter1.github.io/games.html) - Fly your plane, spy on the enemy, and report on their activity and help win the war! ![Screenshot](https://raw.githubusercontent.com/typewriter1/FlyingGame/master/screenshot7.png) ## 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](http://www.panda3d.org/download.php?sdk&version=devel). Ensure you download a Python 3.5/3.6 version, as the game relies on newer features. - Install RenderPipeline from [here](https://github.com/tobspr/RenderPipeline). 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.