All Projects β†’ pvarentsov β†’ sudoku

pvarentsov / sudoku

Licence: MIT License
Multiplayer concurrent sudoku. The winner is the player who fills the last cell correctly.

Programming Languages

typescript
32286 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to sudoku

Typescript Clean Architecture
It is my attempt to create Clean Architecture based application in Typescript
Stars: ✭ 225 (+1400%)
Mutual labels:  clean-code, clean-architecture, nestjs
NodeJS-A-Clean-Archticture-NJCA
This is a simple NodeJS Architecture can be used in an enterprise applications. πŸŽ‰πŸ€”
Stars: ✭ 64 (+326.67%)
Mutual labels:  clean-code, clean-architecture
fastapi-pydiator
Python clean architecture and usecase implementation with fastapi and pydiator-core
Stars: ✭ 58 (+286.67%)
Mutual labels:  clean-code, clean-architecture
iOS-Clean-Architecture-Example
An iOS app designed using clean architecture and MVVM.
Stars: ✭ 50 (+233.33%)
Mutual labels:  clean-code, clean-architecture
trouble-training
FullStack DDD/CQRS with GraphQL workshop including distributed tracing and monitoring. This shows the configuration from React frontend to .Net backend.
Stars: ✭ 271 (+1706.67%)
Mutual labels:  clean-architecture, clean-architechture
Android-Clean-Architecture
πŸš€A basic sample android application to understand Clean Architecture in a very simple way and is written in Kotlin.
Stars: ✭ 39 (+160%)
Mutual labels:  clean-code, clean-architecture
Clean-Architecture-in-Golang
A Clean Architecture in Golang
Stars: ✭ 22 (+46.67%)
Mutual labels:  clean-code, clean-architecture
flutter pokedex
Pokedex app built with Flutter (with lots of animations) using Clean Architecture
Stars: ✭ 1,603 (+10586.67%)
Mutual labels:  clean-code, clean-architecture
mom
Proof of concept for Message-Oriented-Middleware based architecture.
Stars: ✭ 39 (+160%)
Mutual labels:  socket-io, nestjs
RSS-Reader
Simple project with clean architecture
Stars: ✭ 31 (+106.67%)
Mutual labels:  clean-code, clean-architecture
clean architecture
Clean Architecture Simple App.
Stars: ✭ 16 (+6.67%)
Mutual labels:  clean-code, clean-architecture
SwiftObserver
Elegant Reactive Primitives for Clean Swift Architecture #NoRx
Stars: ✭ 14 (-6.67%)
Mutual labels:  clean-code, clean-architecture
whatsApp clone
Flutter WhatsClone (with Firebase + Clean Architecture) this app follow clean architecture proposed by our friendly Uncle Bob.
Stars: ✭ 181 (+1106.67%)
Mutual labels:  clean-code, clean-architecture
flutter clean architecture
A flutter clean architecture series, the way we build clean apps.
Stars: ✭ 225 (+1400%)
Mutual labels:  clean-code, clean-architecture
connect4
Connect 4️⃣Game
Stars: ✭ 1 (-93.33%)
Mutual labels:  socket-io, nestjs
CleanArchitecture-Template
This is a solution template for Clean Architecture and CQRS implementation with ASP.NET Core.
Stars: ✭ 60 (+300%)
Mutual labels:  clean-code, clean-architecture
clean-code-javascript
πŸ› Clean Code-Konzepte adaptiert fΓΌr JavaScript.
Stars: ✭ 37 (+146.67%)
Mutual labels:  clean-code, clean-architecture
CleanArchitecture-SocketIO
CleanArchitecture with SocketIo πŸ“‘
Stars: ✭ 32 (+113.33%)
Mutual labels:  socket-io, clean-architecture
AmigoChat-Realtime-Chat-Application
AmigoChat is a responsive real-time chat application built on MERN Stack and Socket io.
Stars: ✭ 22 (+46.67%)
Mutual labels:  websockets, socket-io
clean-ddd-php-poc-contacts
A simple contact manager API to demonstrate the concepts of Clean Architecture and DDD with PHP 7.4+.
Stars: ✭ 31 (+106.67%)
Mutual labels:  clean-code, clean-architecture

Sudoku

Multiplayer concurrent sudoku. The winner is the player who fills the last cell correctly.

How-to

  1. Build
    # Install libs
    $ npm install
    
    # Build app
    $ npm run build
  2. Lint
    # Run linter
    $ npm run lint
    
    # Run linter and fix errors
    $ npm run lint:fix
  3. Libs
    # Show new versions
    $ npm run lib:check
    
    # Upgrade libs
    $ npm run lib:upgrade
  4. Run
    # Start app
    $ npm run start
    
    # Expose local.env and start app
    $ npm run start:local
  5. Browse localhost:[app port] (Chrome is preferred)
Screencast

Ngrok

Ngrok is an easy way to expose local sudoku server to the public internet:

  1. Start app
    $ npm run start
  2. Expose server
    $ ./ngrok http [app port]
  3. Browse generated public url
Screencast
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].