Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dropsnorz/unamed
Space exploration on a procedurally generated universe
https://github.com/dropsnorz/unamed
game procedural-generation space vue
Last synced: 17 days ago
JSON representation
Space exploration on a procedurally generated universe
- Host: GitHub
- URL: https://github.com/dropsnorz/unamed
- Owner: DropSnorz
- Created: 2020-04-07T20:15:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T00:37:13.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T22:49:41.310Z (2 months ago)
- Topics: game, procedural-generation, space, vue
- Language: Vue
- Homepage: https://dropsnorz.github.io/unamed/
- Size: 2.73 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unamed
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).