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

https://github.com/budavariam/matytermind

Implementation for a simple logic game
https://github.com/budavariam/matytermind

classic game logic node puzzle react typescript

Last synced: 3 months ago
JSON representation

Implementation for a simple logic game

Awesome Lists containing this project

README

          

# Matytermind

A simple classic logic puzzle board game implementation.

[DEMO](http://matytermind.herokuapp.com)

## Getting started

```bash
npm start
# open up a different shell then run
npm run dev
# the default browser will open and load up localhost:3000
```

## Preview

![Gameplay preview](./docs/demo.png)