Skip to content

hhcryfqnut/advent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Let's Learn Raku...

  • with 0 Perl knowledge
  • and by making a text adventure

My goal is that the commits completely document my journey --each stumble and Raku discovery-- with ample comments.

Running the Code

raku text-adventure.raku

See Makefile for handy shortcuts:

Installing raku and running text-adventure.raku locally:

make install_raku # does not reinstall if raku is already present
make run
#   ... test out the game ...
#   exit
#   make changes to text-adventure.raku
make run
#   repeat...

Running text-adventure.raku in a container:

make podman_install # does not reinstall if podman is already present
make podman_run
#   ... test out the game ...
#   exit
#   make changes to text-adventure.raku
make podman_run
#   repeat...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published