Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Asteroids for Flipper Zero

License

NotificationsYou must be signed in to change notification settings

antirez/flipper-asteroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an implementation of the classic Asteroids game for theFlipper Zero. Inside you will find a simple 2D engine that can be reused to implement other games.

Controls:

  • Left/Right: rotate ship in the two directions.
  • Ok, short press: fire bullets.
  • Ok, long press: accelerate towards ship head.
  • Down: decelerates.

This is a screenshot, but the game looks a lot better in the device itself:

Asteroids for Flipper Zero screenshot

P.S. Don't miss the game over screen.

Installing the binary file (no build needed)

Drop theasteroids.fap file you can find in thebinaries folder into thefollowing Flipper Zero location:

/ext/apps/Games

Theext part means that we are in the SD card. So if you don't wantto use the Android (or other) application to upload the file,you can just take out the SD card, insert it in your computer,copy the fine intoapps/Games, and that's it.

  • If you see the error "API version mismatch" when trying to launch the game, try installing the app from source below.

Installing the app from source

  • Download the Flipper Zero dev kit and build it:
mkdir -p ~/flipperZero/official/cd ~/flipperZero/official/git clone --recursive  https://github.com/flipperdevices/flipperzero-firmware.git  ././fbt
  • Copy this application folder intoofficial/applications_user.
  • Connect your Flipper via USB.
  • Build and install with:./fbt launch_app APPSRC=flipper-asteroids.

License

BSD licensed. Enjoy.

About

Asteroids for Flipper Zero

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp