Skip to content

Catsuko/tabletop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabletop

Tabletop is a library for creating board games with Elixir.

Installation

Add :tabletop to the list of dependencies in mix.exs:

def deps do
  [
    {:tabletop, "~> 1.0"}
  ]
end

Update dependencies:

$ mix deps.get

Documentation

Documentation can be found on Hex Docs.

Examples

Tile based games implemented with tabletop.

About

Tabletop is a functional library for creating board games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages