Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 732 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 732 Bytes

Mono-chromium (WIP) 🔨🧲🧱

Mono Chromium is (WIP) Port of Chromium BSU, the classic Arcade Space shooter initially developed on Linux using SDL and C++. Mono Chromium is being written in Clojure-CLR with Mono/.Net to showcase the possibility of writing 2D/3D games in Clojure-CLR with Mono/.Net

Follow the setup and build tutorial here : Setup

Build

$ ./build.sh 
Clojure CLR build script.
Usage: ./build.sh [Options]
Mandatory Options :
         c | compile
         l | link
         r | run
         b | build
         z | rel
         q | clean

Compile

$ ./build.sh c

Run

$ ./build.sh r