Skip to content

Hardware7253/paper_plane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Paper Plane

Cover

Rust Paper Plane is an endless runner heavily inspired by the paper plane mini game from WarioWare, Inc.: Mega Microgames!

Itch.io page

Keybinds

Key Bind
Esacpe Pause / Unpause
A Steer left
D Steer right
F11 Toggle fullscreen

Troubleshooting

Nvidia Optimus

If you have an NVIDIA Optimus setup on linux you may have some issues. The game won't start because the GPU it selects is the one which your optimus software has disabled. I use optimus-manager on my system, to solve this issue I set pci_remove=yes in /etc/optimus-manager/optimus-manager.conf The solution should be similiar for alternative optimus software.

Build Script

The build script builds for targets x86_64-unknown-linux-gnu & x86_64-pc-windows-gnu by default.

If a target is missing install it with $ rustup target add.

mingw-w64 is required for cross compilation from linux to windows.

About

A vertical scrolling endless runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published