Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elmijo/minesweeper
El conocido juego del buscaminas.
https://github.com/elmijo/minesweeper
Last synced: 7 days ago
JSON representation
El conocido juego del buscaminas.
- Host: GitHub
- URL: https://github.com/elmijo/minesweeper
- Owner: elmijo
- License: mit
- Created: 2018-01-30T11:06:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T22:41:32.000Z (almost 7 years ago)
- Last Synced: 2024-11-08T15:44:52.789Z (2 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minesweeper
El conocido juego del buscaminas.## Sonic
Es la api con la que se comunicara la aplicación cliente del juego.
### Configuración
Para agregar las configuraciones de la API solo debemos crear un archivo
**config.cfg**.> El: **DEBUG=True**
## Bomber
Es la aplicación cliente del juego
### Configuración
es necesario indicarle a **Bomber** donde esta la api, por lo que debemos crear un
archivo **.env** con la siguiente variable ***REACT_APP_API_BASE_URL***.> El: **REACT_APP_API_BASE_URL='http://localhost:5005'**