Skip to content

lockie/lisp-jam-spring-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 SBCL and CLPM
  • In the project directory, run
clpm bundle install clpm bundle exec sbcl
  • In REPL started on previous step, run
(require 'asdf) (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.