Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

toppasaurus

7
Posts
1
Topics
A member registered Jun 13, 2020

Recent community posts

Audacity is the go-to waveform editor for hobbyists if you already have samples and such.

I noticed after running on Linux that some errors popped up in the output, pretty much entirely to do with data leaking. I figured it was only polite to log and report them. The resulting log was pared down pretty heavily for readability and relevance. Really it was just the resource loading that was trimmed out, with major landmarks left in. Everything else was also left in because more information is sometimes better information and I wanted to be safe. 195 total lines.

Here's a pastebin link (raw plaintext, no javascript):

http://ix.io/46bA

Windows Defender flags it.

A lovely little game. A nice, gentle challenge, although some might find it on the hard side.

A decent game with an interesting idea that I would love to see developed further. The final level was a bit of a letdown with its trivially easy solution, and a couple of the levels I won almost by pure chance. Other than that, I enjoyed the gentle challenge.

It reminds me a little of the now archaic game "Devil's Tuning Fork" for some reason.

"Hello, my name is Inigo Montoya. You killed my father, prepare to die!" and "Inconceivable!"

It's a reference to an excellent novel/film titled "The Princess Bride"

A full, pedantic session that assumes the .zip went into Downloads as it should:

cd Downloads

mkdir helltaker

mv helltaker_lnx.zip helltaker

cd helltaker

unzip helltaker_lnx.zip

chmod +x helltaker_lnx.x86_64

./helltaker_lnx.x86_64


Don't rename the executable if you want to run ./hltkr or something rather than the original executable. Doesn't work. Instead:

ln -s helltaker_lnx.86_64 hltkr

./hltkr