Skip to content

tlicata/city

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an experimental project trying to simulate something about a city.

Some ideas and explanations are in wat.org.

To get it running:

  1. Install Erlang. Perhaps with kerl. Kerl must be activated (e.g, . kerl/22.2/activate).
  2. Install Rebar3. Perhaps by following the instructions on Adopting Erlang.
  3. Run the project and open a shell:
    $ rebar3 shell
    1> city:list_streets().
  4. Erlang and rebar3 also support the concept of releases:
    $ rebar3 release
    $ ./_build/default/rel/city/bin/city foreground

About

A city simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published