https://github.com/wolfadex/cube-man
https://github.com/wolfadex/cube-man
3d elm game indiegame
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wolfadex/cube-man
- Owner: wolfadex
- Created: 2025-02-05T03:48:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T01:50:55.000Z (about 1 year ago)
- Last Synced: 2025-04-09T13:17:46.242Z (about 1 year ago)
- Topics: 3d, elm, game, indiegame
- Language: JavaScript
- Homepage: https://cube-man.netlify.app/
- Size: 8.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/
[](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`
