Typerace is a simple car racing game where you have to type faster than the opponent in order to finish first.
This project was created on Phoenix/Elixir framework for learning purposes.
Demo: https://typerace.fly.dev
typerace.mov
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror 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.