mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Multiplayer chess game in Elixir/Phoenix and React
https://chess.danbarber.me
This also refactors a bunch of the movement generation code to simplify things and make it more flexible. This allows us to use the same code to check pieces under attack. * Still need to add pawns |
||
|---|---|---|
| assets | ||
| bin | ||
| config | ||
| lib | ||
| priv | ||
| rel | ||
| test | ||
| .buildpacks | ||
| .eslintrc.json | ||
| .gitignore | ||
| .hound.yml | ||
| .scss-lint.yml | ||
| .tool-versions | ||
| elixir_buildpack.config | ||
| LICENSE.md | ||
| mix.exs | ||
| mix.lock | ||
| README.md | ||
Chess
Getting started
- Run the setup script at
bin/setup - Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:4000 from your browser.