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
- Host: GitHub
- URL: https://github.com/zyhou/morpion-snap
- Owner: zyhou
- Created: 2019-03-06T13:44:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T04:45:13.000Z (almost 6 years ago)
- Last Synced: 2024-12-25T17:42:25.653Z (over 1 year ago)
- Topics: electron, linux, morpion, snap, snapcraft
- Language: JavaScript
- Size: 241 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).

## 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.