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

https://github.com/zyhou/morpion-snap

Morpion on snap package
https://github.com/zyhou/morpion-snap

electron linux morpion snap snapcraft

Last synced: about 2 months ago
JSON representation

Morpion on snap package

Awesome Lists containing this project

README

          

# Morpion on snap package

Turn based [Tic-tac-toe](https://en.wikipedia.org/wiki/Tic-tac-toe) game for Ubuntu app using [Electron](https://electronjs.org/) and [React](https://github.com/facebook/react).

![Game image](https://raw.githubusercontent.com/zyhou/morpion-snap/master/doc/video.gif)

## Install and run

```
make install
make start
```

The application will launch automatically and you can play the game.

## Deploy

```
make build
```

Read the article `Créer et déployer une application web sur Linux grâce au snap`.

## React code

The code source comes from [https://github.com/zyhou/morpion-react](https://github.com/zyhou/morpion-react/)

## Render

Look inside doc directory if you want to see other pictures.