All Projects → yogthos → graviton

yogthos / graviton

Licence: MIT license
a small game written in ClojureScript and Pixi.js

Programming Languages

clojure
4091 projects
HTML
75241 projects
CSS
56736 projects

Graviton

Graviton is a physics based game where the player collects green prizes while avoiding red death zones.

The player adds gravitational attractors on the screen by clicking and dragging the mouse, and the ship follows the gravity fields. The more gravitational attractors are added the more death zones will be spawned on the screen.

play the game in the browser

Development mode

To start the Figwheel compiler, navigate to the project folder and run the following command in the terminal:

lein figwheel

Figwheel will automatically push cljs changes to the browser. Once Figwheel starts up, you should be able to open the public/index.html page in the browser.

Building for production

lein clean
lein package
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].