/monogame-clojure-flappy-bird

A flappy bird clone using Clojure CLR and Monogame

Primary LanguageClojure

Flappy bird Clone on Clojure CLR (.NET) using monogame

Build

dotnet tool restore
dotnet build

Running on Dotnet

Compile and run:

dotnet run

Running on ClojureCLR

Run:

dotnet tool restore
dotnet Clojure.Main -m cljgame.game

More info here: https://github.com/clojure/clojure-clr/wiki/Getting-started