This multiplayer game is a tech demo, and a learning project. I think format is quite promising, not a lot of people makes ten real-time games every month, but I think it might just be possible if we build the right foundations first. This project is about finding the proper foundations.
Server code is in https://github.com/kluvin/pling/tree/main/lib/pling
Client code is in https://github.com/kluvin/pling/tree/main/lib/pling_web
Git hygiene is optional.
"eugh" has to be the worst worst way to name your first commit.
To start your Phoenix server:
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix