Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucasteles/monogame-clojure-flappy-bird

A flappy bird clone using Clojure CLR and Monogame
https://github.com/lucasteles/monogame-clojure-flappy-bird

clojure dotnet gamedev monogame

Last synced: 1 day ago
JSON representation

A flappy bird clone using Clojure CLR and Monogame

Awesome Lists containing this project

README

        

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

## Build

```
dotnet tool restore
dotnet build
```

## Running on Dotnet

Compile and run:

```bash
dotnet run
```

## Running on ClojureCLR

Run:

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

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