racing-game-cljs icon indicating copy to clipboard operation
racing-game-cljs copied to clipboard

A 3D racing game built with ClojureScript, React and ThreeJS

racing-game-cljs

This project is ClojureScript clone of pmndrs/racing-game (first version).

img

Live demo: https://ertugrulcetin.github.io/racing-game-cljs

This project is a showcase for the feasibility of React in gaming. Every thing is a self contained component using react-three-fiber to express threejs with React semantics. If that seems strange to you read this explanation.

Run Locally

npm install

npm run watch

Open http://localhost:8280