spook

A "game" for the 2023 Autumn Lisp Game Jam. Won first place! (from the bottom...)
git clone https://kaka.farm/~git/spook
Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2023-11-10 16:27Simplify movement and fix cursor overshoot jitter.Yuval Langer1+46-54
2023-11-10 11:42Use makers, getters, setters, and predicates for the alist objects.Yuval Langer1+223-121
2023-10-30 10:48Add more information about installation and whatnot.Yuval Langer33+8679-5
2023-10-29 18:02Add versions.Yuval Langer1+6-0
2023-10-29 16:57Add copyright text.Yuval Langer7+253-0
2023-10-29 15:11Clamp player into the canvas.Yuval Langer1+6-10
2023-10-29 14:33Add Guix running directions. It is not very good.Yuval Langer2+22-1
2023-10-29 13:43Add license stuff.Yuval Langer5+673-0
2023-10-29 13:03Add score display.Yuval Langer1+13-1
2023-10-29 12:03Add TODO.Yuval Langer1+6-0
2023-10-29 12:49Add good bricks which raise the score by 1 and bad bricks when lower by 1.Yuval Langer1+49-31
2023-10-29 12:00Use sky colour for background, make and move clouds, and organise code.Yuval Langer2+151-81
2023-10-29 09:35Upload index.html too.Yuval Langer1+3-1
2023-10-29 09:28Change background colour and global fill style values used in drawing procedures.Yuval Langer1+7-2
2023-10-29 09:27Collide only once with a particular brick.Yuval Langer1+48-32
2023-10-29 09:20Add CSS stuff.Yuval Langer1+18-1
2023-10-27 18:30Add a wee alert just for now.Yuval Langer1+1-1
2023-10-27 18:25Fix collision bug.Yuval Langer1+2-2
2023-10-27 18:00Add Guix stuff.Yuval Langer2+32-0
2023-10-27 17:35Split committing the pages branch and uploading.Yuval Langer1+5-3
2023-10-27 17:31Add falling bricks and collision.Yuval Langer1+153-61
2023-10-27 10:41Add "clean" and make "entr" depend on "all".Yuval Langer1+6-3
2023-10-23 06:59Add README file.Yuval Langer1+12-0
2023-10-23 06:56Both touch and mouse input work now. HUZZAH!Yuval Langer1+10-7
2023-10-23 06:55Add entr command in Makefile.Yuval Langer1+4-1
2023-10-23 05:45Add gitignore and make Makefile upload aware of HTML.Yuval Langer1+1-2
2023-10-23 05:17Move HTML page to pages/Yuval Langer1+0-0
2023-10-23 03:49Add stuff to Makefile.Yuval Langer1+22-2
2023-10-23 03:23Remove Chicken Spock runtime.Yuval Langer4+0-10380
2023-10-22 16:49Drawing paddle and a bit of movement.Yuval Langer1+94-25
2023-10-22 10:50Fix doctype.Yuval Langer1+1-1
2023-10-22 08:30First commit.Yuval Langer7+10433-0