Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lucasteles/monogame-clojure-flappy-bird
- Owner: lucasteles
- Created: 2021-09-06T20:28:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T22:16:42.000Z (8 months ago)
- Last Synced: 2024-06-14T00:41:06.471Z (8 months ago)
- Topics: clojure, dotnet, gamedev, monogame
- Language: Clojure
- Homepage:
- Size: 673 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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