[go: nahoru, domu]

Skip to content

Implementation of the card game Resistance in Elixir

Notifications You must be signed in to change notification settings

skylerparr/resistance-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resistance Card Game

Using distributed elixir to play the resistance card game.

How to run the server

$ mix deps.get
$ iex --name main@#{server ip address} --cookie #{share a common cookie} -S mix 
iex> Game.init

How to run the client

$ iex --name #{your name}@#{your ip address} --cookie #{same cookie as server} -S mix

About

Implementation of the card game Resistance in Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages