Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrtimeey/vue-sudoku

Simple sudoku game
https://github.com/mrtimeey/vue-sudoku

game sudoku vue-i18n vue-router vuejs vuetify vuex

Last synced: 11 days ago
JSON representation

Simple sudoku game

Awesome Lists containing this project

README

        

# Sudoku ![main](https://github.com/MrTimeey/vue-sudoku/workflows/main/badge.svg?branch=main)

Simple sudoku game build with vue.js, vuetify, vuex, vue-router and vue-i18n.
Used as a learning project for various technologies.

The game currently uses external libraries for grid generation and validation.

![game-preview](vue-sudoku.gif)

## Project setup
```shell
npm install
```

### Compiles and hot-reloads for development
```shell
npm run serve
```

### Build docker image and run
```shell
docker build . --tag sudoku:latest
docker run -d -p 8095:80 --name sudoku sudoku
```

### Build and run Docker-Compose
```shell
docker-compose up --build -d
```

### Run released version
Use release images: [Github-Packages](https://github.com/MrTimeey/vue-sudoku/packages/)