Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kettek/fowchess
Hyperscript/Less frontend & Elixir backend based chess with fog of war, for learning and funtimes
https://github.com/kettek/fowchess
Last synced: 19 days ago
JSON representation
Hyperscript/Less frontend & Elixir backend based chess with fog of war, for learning and funtimes
- Host: GitHub
- URL: https://github.com/kettek/fowchess
- Owner: kettek
- Created: 2022-09-16T02:44:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T02:07:47.000Z (over 2 years ago)
- Last Synced: 2024-04-30T08:07:29.709Z (8 months ago)
- Language: Elixir
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a test backend/frontend for learning Elixir(backend) and Hyperscript(frontend). The project itself is a multiplayer chess that uses fog of war because why not.
## Running
Running requires [Elixir](https://elixir-lang.org/install.html) to be installed. Once installed, navigate to the **be** subdirectory and run `mix run --no-halt`. You can then go to `localhost:4000` to play around.