I got a (non-car) crash with “749:attempt to concatenate a null value”
Otherwise it’s a little like Milles Bourne. I think it needs more feedback about the results of each action.
I’ll upload the entire repo at once when it’s a little further along, but there’s nothing specific to deployment there.
For command-line, I use the build script in my Chez Scheme module example. This produces a working ‘binary’, package with scheme-script & .boot, or petite & .boot if you can, and you can just ship a dir and launching script, no containers needed. Repeat on each platform, since nanopass arch varies.
Since I now have 3 WIP graphical Scheme games, two inspired by game jams I didn’t finish in time, I decided to cut my scope and do something that I can succeed at in a week.
I’ve done my bare-minimum cross-platform compiling (testing on Mac & FreeBSD), will spend the last day or two fighting Linux & Windows.
I often post snippets and screenshots on my fediverse, tagged #gamedev
Lovely little game.
Slight room for improvement:
Show inventory icons on-screen, or check off items on the list.
It’s not always clear what things are interactable, or doors will be blocked invisibly, and then they’ll suddenly pop up an interaction which goes by too fast. Can’t re-view the photos, which can make things difficult.
Was there stuff in Room 6, or the trailer park doors I couldn’t re-enter? Music box played very slowly, not sure if there’s anything to it?
Love the ending, it looks threatening but isn’t.
version 0.9.2 now has sound effects (always in Firefox or Chrome; workaround for Safari sometimes works), and fixed being stuck in a New Game dialog loop.
version 0.9.1 is up, many bugs squashed, text is sharper, input should be more correct. There is a global cooldown now, so your deaths are totally your own fault, not sticky keys.
I completed on time, and have a nice playable game. But there’s still much to do!
Posted my Retrospective last week, and I’ve finally recovered/had time to make some progress on the post-7DRL version.
Day 7
Exhausted, I don’t ever work this many days in a row anymore. So I got the overview map done, and rebalanced it a bit more sanely. It is playable and a fun challenge until you get curb-stomped by wights or stuck in a dead-end world.
I have until tonight (Saturday) at midnight, so if I feel up to it later I’ll get to some of my TODO list.
Playable version is up now, let me know what you think!
Day 6
DON’T PANIC. Well, panic a little. Got door opening (but not closing, needs a whole new command), Portals (AT LAST), and 6 level generators + tutorial level. They’re very simplistic levels, and it’s possible to be trapped in some, but usually works?
Tomorrow I should really get missiles flying, trapped levels, maybe an overview map are optional. Strength/“experience” gain is a little harsh right now, but balance is low on my priorities.
Found an absolutely horrible off-by-1 math bug in a library I’ve been using for years. Programming: It’s always harder than you think.
Day 5
Floating damage numbers & effects. Basic mob AI, no pathfinding yet. Sleep, Invisible, Heal spells.
Running low on time, so much stuff left to do and I just did some detail work today, didn’t even get missiles in (and Fireballs, which are a slow case of missiles that explode). Levels, absolutely first thing tomorrow.
Day 4
Very little free time today, but I got a monster list completed, with a lot of tricky multi-level monsters, and I can spray them all over the junk level. Got some design notes for spells and missiles, and how I’ll split up the levels tomorrow. Then try some kind of AI once I have a place to navigate.
Day 3
Very productive day. Mana recovery, added a Get command, visibility calculations so walls occlude vision.
Changed the way I write objects and monsters to use prototype objects (an object system on top of an object system, but it’s more convenient).
Monsters (well, just Goblins today) are placed and can be fought. They don’t move yet.
Day 2
Didn’t get a lot of uninterrupted time today, but made useful progress finally:
Items now exist, can now be got (auto when you move; I might add a Get command), put down, readied/removed, and used.
Currently a pretty limited item variety and reusing many sprites for better gear. I don’t need a giant variety, but I dislike different items having similar sprites. That’s a Day 6-7 problem, I guess.
Note the player here is a fighter, but has picked up a bunch of spells above the base Heal 1. Anyone can memorize extra spells, but they won’t add to the “base”, which are the only ones which recover on resting or drinking mana potions. Books to increase spell base are very very rare.
Crashed in a fight:
Error
attack.lua:45: attempt to perform arithmetic on field 'time' (a nil value)
Traceback
attack.lua:45: in function 'update-callback'
action.lua:14: in function 'update'
ctrl.lua:224: in function 'update'
pfbs.lua:325: in function 'update'
game.lua:220: in function 'update'
[C]: in function 'xpcall'
Played on telnet, worked perfectly fine, just like the BASIC version did 40 years ago.
You guessed 2 atom(s) correctly.
The actual state of the board was:
01234567
v ........ 8
u @....... 9
t ........ a
s ........ b
r ........ c
q .....@.. d
p ........ e
o ........ f
nmlkjihg
You scored 12 point(s).
Thanks for playing!
If you're having troubles running it, make sure you can reach your Chicken 5 install:
csi
CHICKEN
(c) 2008-2018, The CHICKEN Team
(c) 2000-2007, Felix L. Winkelmann
Version 5.0.0 (rev 12f2f2cc)
... buncha stuff ...
#;1> (display "Chicken is delicious!\n")
#;2> ,q
If not, figure out where it installed and add that to PATH, or just:
PATH=/usr/local/bin ./src/eldritch.scm