A small game being written from scratch on a 286 in Turbo C++ 1.0 for MS-DOS PCs. Requires an EGA graphics card. Includes an implementation of Forth that can be embedded in a C program and controlled over a serial port, and which supports "green thread"-like round-robin co-operative multitasking (with some limitations when calling from C->Forth).
Find a file
2019-07-19 22:29:32 -04:00
.gitignore Presentation slides with demo 2019-04-25 21:55:23 -04:00
adlib.c JOPL adlib livecoding environment; stop including JIM files in git 2019-03-31 19:29:16 -04:00
adlib.h JOPL adlib livecoding environment; stop including JIM files in git 2019-03-31 19:29:16 -04:00
boot.jor rename r> and r< to >r and <r to make more mnemonic sense 2019-05-16 21:05:40 -04:00
defs.jor rename r> and r< to >r and <r to make more mnemonic sense 2019-05-16 21:05:40 -04:00
egamap.h Presentation slides with demo 2019-04-25 21:55:23 -04:00
egavga.bgi Presentation slides with demo 2019-04-25 21:55:23 -04:00
entity.jor jeanne sprite 2019-07-01 12:31:00 -04:00
footer.jor add user choice of dialogue selection 2019-05-16 22:25:13 -04:00
footer.tif Bigger footer, portrait support, coloured text 2019-02-25 22:19:08 -05:00
footer2.tif add mary animation, scripting, day/night tiles 2019-06-01 23:35:37 -04:00
game.exe small story edits, first stab at tile/sprite editor "jiles" 2019-07-19 22:29:32 -04:00
game.jor small story edits, first stab at tile/sprite editor "jiles" 2019-07-19 22:29:32 -04:00
game.prj small story edits, first stab at tile/sprite editor "jiles" 2019-07-19 22:29:32 -04:00
gameboot.jor car headlights 2019-06-25 21:58:52 -04:00
input.jor Split game.jor into multiple .jor files, add ability to specify code to run post-load for side effects 2019-03-09 18:49:45 -05:00
jazzbass.sbi JOPL adlib livecoding environment; stop including JIM files in git 2019-03-31 19:29:16 -04:00
jeanne.jor complete chuck arc, complete rename of state to flag 2019-05-20 15:12:25 -04:00
jeanne.map Jorth lookup optimization; add Jeanne's house 2019-03-17 12:16:36 -04:00
jiles.jor small story edits, first stab at tile/sprite editor "jiles" 2019-07-19 22:29:32 -04:00
jopl.c jopl: implement interactive instrument loading menu 2019-05-08 20:37:40 -04:00
jopl.exe rename r> and r< to >r and <r to make more mnemonic sense 2019-05-16 21:05:40 -04:00
jopl.jor rename r> and r< to >r and <r to make more mnemonic sense 2019-05-16 21:05:40 -04:00
jopl.prj rename r> and r< to >r and <r to make more mnemonic sense 2019-05-16 21:05:40 -04:00
jorth.c new state flag system, more story 2019-05-18 15:30:58 -04:00
jorth.h jopl: implement interactive instrument loading menu 2019-05-08 20:37:40 -04:00
kbd.c JOPL status bar, remove jorth from ISR (for now??) 2019-04-14 15:08:13 -04:00
kbd.h Add the ability to interactively play music with a "tracker keyboard" 2019-04-02 21:52:02 -04:00
map.jor car headlights 2019-06-25 21:58:52 -04:00
mjeanne.jor add mary animation, scripting, day/night tiles 2019-06-01 23:35:37 -04:00
mouse.c Refactor into seperate modules & Turbo C++ project 2019-01-24 21:36:42 -05:00
mouse.h Refactor into seperate modules & Turbo C++ project 2019-01-24 21:36:42 -05:00
mpete.jor add mary animation, scripting, day/night tiles 2019-06-01 23:35:37 -04:00
mroad.jor add mary animation, scripting, day/night tiles 2019-06-01 23:35:37 -04:00
mtrail1.jor small story edits, first stab at tile/sprite editor "jiles" 2019-07-19 22:29:32 -04:00
ntiles.tif car headlights 2019-06-25 21:58:52 -04:00
pete.jor complete chuck arc, complete rename of state to flag 2019-05-20 15:12:25 -04:00
pete.map add town overworld 2019-03-13 20:43:38 -04:00
petehous.jor complete chuck arc, complete rename of state to flag 2019-05-20 15:12:25 -04:00
petehous.map add pete's house interior; implement memory checkpointing / rollback 2019-03-10 19:51:24 -04:00
portrait.tif add user choice of dialogue selection 2019-05-16 22:25:13 -04:00
repl.jor Add hiking trail, chuck plot, beginnings of adlib driver 2019-03-25 22:05:23 -04:00
road.jor complete chuck arc, complete rename of state to flag 2019-05-20 15:12:25 -04:00
road.map Jorth lookup optimization; add Jeanne's house 2019-03-17 12:16:36 -04:00
serial.c Presentation slides with demo 2019-04-25 21:55:23 -04:00
serial.h Presentation slides with demo 2019-04-25 21:55:23 -04:00
sprite.tif jeanne sprite 2019-07-01 12:31:00 -04:00
state.jor car headlights 2019-06-25 21:58:52 -04:00
testbed.c small story edits, first stab at tile/sprite editor "jiles" 2019-07-19 22:29:32 -04:00
tiff.c Presentation slides with demo 2019-04-25 21:55:23 -04:00
tiff.h Presentation slides with demo 2019-04-25 21:55:23 -04:00
tiles.c small story edits, first stab at tile/sprite editor "jiles" 2019-07-19 22:29:32 -04:00
tiles.h Presentation slides with demo 2019-04-25 21:55:23 -04:00
tiles.tif Flesh out the town 2019-03-14 22:18:20 -04:00
timer.c JOPL status bar, remove jorth from ISR (for now??) 2019-04-14 15:08:13 -04:00
timer.h JOPL adlib livecoding environment; stop including JIM files in git 2019-03-31 19:29:16 -04:00
timer.jor rename r> and r< to >r and <r to make more mnemonic sense 2019-05-16 21:05:40 -04:00
trail1.jor small story edits, first stab at tile/sprite editor "jiles" 2019-07-19 22:29:32 -04:00
trail1.map car headlights 2019-06-25 21:58:52 -04:00
video.c Refactor into seperate modules & Turbo C++ project 2019-01-24 21:36:42 -05:00
video.h Bigger footer, portrait support, coloured text 2019-02-25 22:19:08 -05:00