My implementation of Sokoban in Scheme + TIC-80

Jason K. MacDuffie ba716f28c5 give credit to david skinner 11 mēneši atpakaļ
.gitignore 7aa12364e9 build into its own directory 11 mēneši atpakaļ
LICENSE db40e63cd3 add license and readme 11 mēneši atpakaļ
Makefile 44691dd9f5 remove r7rs references 11 mēneši atpakaļ
README.md ba716f28c5 give credit to david skinner 11 mēneši atpakaļ
api.scm 28f0248b42 refactor to remove references to game setter 11 mēneši atpakaļ
data.scm 2daddae04b update box zombie logo 11 mēneši atpakaļ
header.scm ba716f28c5 give credit to david skinner 11 mēneši atpakaļ
libraries.scm 44691dd9f5 remove r7rs references 11 mēneši atpakaļ
record-types.scm 78b2471a58 instead of a record type use a closure for global events 11 mēneši atpakaļ
sokoban.scm 239073c800 fix error messages from parsing game file 11 mēneši atpakaļ
tic80-loop.scm 96850a5786 change argument to render level status 11 mēneši atpakaļ
xsb-levels.scm c76bf03500 remove sasquatch 3 for size 11 mēneši atpakaļ

README.md

TIC-80 Sokoban

This is my attempt at Sokoban in scheme for TIC-80.

Copyright Notice

This game was developed by Jason K. MacDuffie. The license is GNU GPLv3+.

It contains two Sokoban level listings: Microban and Sasquatch. Both are copyright David W Skinner.