Skip to content

A Flappy Bird made with monogame and Gum, to learn crossplatform Monogame and Gum

Notifications You must be signed in to change notification settings

Fabbbou/flappy_bird_monogame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#FlappyRogue-MG FlappyRogue is a Monogame-based Flappy bird game, roguelike, made with MonoGame

Installing dependencies

This project has been built and tested with .Net 6.0

  1. Setup Visual Stusio 2022 zith this guide: https://docs.monogame.net/articles/getting_started/2_choosing_your_ide_visual_studio.html
  • dont forget the Monogame.Extended & Monogame.Extended.Content.Pipeline plugins
  1. Commands to install monogame (requires a dotnet runtime)
dotnet new install MonoGame.Templates.CSharp --add-source https://git.aristurtle.net/api/packages/aristurtle/nuget/index.json
dotnet add package MonoGame.Extended --version 4.0.0
dotnet add package MonoGame.Extended.Content.Pipeline --version 4.0.0

About

A Flappy Bird made with monogame and Gum, to learn crossplatform Monogame and Gum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages