Skip to content

lockie/lisp-jam-spring-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thoughtbound

itch.io page

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

  • Windows 7 SP1 or Ubuntu 16.04
  • 2 GB of RAM
  • 40 Mb of free disk space

Credits

Copyright

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

License

Licensed under the MIT License.