https://github.com/noook/vueternity
A low expectation attempt to resolve the unresolved yet puzzle Eternity II. Also a web-app that visualizes the Eternity II puzzle from a given input
https://github.com/noook/vueternity
ai eternity2 typescript vue vue-composition-api vuejs
Last synced: 3 months ago
JSON representation
A low expectation attempt to resolve the unresolved yet puzzle Eternity II. Also a web-app that visualizes the Eternity II puzzle from a given input
- Host: GitHub
- URL: https://github.com/noook/vueternity
- Owner: noook
- Created: 2020-01-04T18:38:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:58:32.000Z (over 3 years ago)
- Last Synced: 2025-02-14T06:32:53.643Z (over 1 year ago)
- Topics: ai, eternity2, typescript, vue, vue-composition-api, vuejs
- Language: TypeScript
- Homepage: https://vueternity.nook.sh
- Size: 10.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nick-generator
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).