Skip to content

lockie/lisp-jam-spring-2023

Repository files navigation

Thoughtbound

itch.io page

https://img.itch.zone/aW1hZ2UvMjEwMjc1OC8xMjM3OTAwOC5wbmc=/original/9r%2BqUC.png

Installation

Just grab the build from releases section.

To run manually:

  • Install liballegro
# e.g. on Debian derivatives, including Ubuntu
apt-get install liballegro-acodec5-dev liballegro-audio5-dev \
        liballegro-image5-dev liballegro-dialog5-dev liballegro-ttf5-dev \
        liballegro-physfs5-dev liballegro-video5-dev libffi-dev
  • Install SBCL and ocicl
  • In the project directory, run
ocicl install
sbcl
  • In REPL started on previous step, run
(asdf:load-system :thoughtbound)
(uiop:chdir "Resources")
(setf *default-pathname-defaults* (truename "./Resources"))
(thoughtbound:main)

Minimum system requirements

  • 64-bit Windows 7 SP1 or Ubuntu 16.04
  • 2 GB of RAM
  • 30 Mb of free disk space

Credits

Copyright

Copyright (c) 2023 Andrew Kravchuk (awkravchuk@gmail.com)

License

Licensed under the MIT License.