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

https://github.com/wolfadex/cube-man


https://github.com/wolfadex/cube-man

3d elm game indiegame

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

          

# Cube-Man

A retro inspired game of collecting points in a 3D world.

Play at https://cube-man.netlify.app/

[![Netlify Status](https://api.netlify.com/api/v1/badges/4ad9a88e-daa4-49d9-896e-82c68286d78e/deploy-status)](https://app.netlify.com/sites/cube-man/deploys)

# Development

## Required Tools

- [Node.js](https://nodejs.org/)
- [Elm](https://elm-lang.org/)

## Setup

- Install dependencies with `npm install`
- Run the development server with `npm run dev`
- Run static analysis with `npm run review`