Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 822 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 822 Bytes

CurveFever

Simplified version of Curve Fever game using Elixir and Phoenix LiveView

To start your Phoenix server:

  • Install dependencies with mix setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit <host_name>:4000 from your browser.

If hosted on a common host, connect as many players as you want and have fun!

Demo

Here's a demo of the game where two players are playing.

Screen.Recording.-.2.players.mov

Keys - press left arrow to curve left and press right arrow to curve right

Check game_config.ex for default game configuration, change as per your needs