Author Topic: That Falling Box Game - Remake/Cleanup in Progress  (Read 1916 times)

topic too old so remade

so port is helping me with the game in that he's basically recoding everything and adding multiplayer

he's just being so awesome right now and I can't thank him enough. game's now hosted here, but no downloads.

https://github.com/portify/falling-box-2

if you really want to test it out (even though it's not very playable at all), you can click and rename the downloaded zip to .love if you have LÖVE installed.

**disclaimer: as I know very well how difficult it is to upkeep large projects, I won't expect this recoding to fully pull through, and you shouldn't either.

here's the old OP so you can get older versions while this is being made, plus the info is still relevant.

Quote from: old OP


aka the game where blocks fall

dafuq is this?
Good sir this is the falling box game. As it implies, boxes do indeed fall. However they can also kill you, kill other players, and can be used to kill other players.

There are also powerups, tiny, yellow squares that make a nice ding when they spawn. You can collect these to gain special abilities such as making the playfield gyrate uncontrollably and spawn a giant yellow block that runs though and obliterates everything.

Okay, cool. How do I play?
Arrow Keys - Move and Jump (you can also fall quickly to the ground with the down arrow to avoid incoming blocks while in midair.)
Z - Hold this key while facing a block to pick it up.
Z - Release this key to toss the block you're holding.

Kill the other AI(s) as many times as you can and try not to die.

Download
This is the game's development blog. You can find the download here.
This is the game's repository. These are basically the games files which change as I add upon them, so you can see my progress.

Media
I'll get some more updated stuff later.

Game is too hard >:C
Deal with it.
« Last Edit: March 08, 2013, 04:13:24 PM by Kingdaro »

I thought this was abandoned lol

I thought this was abandoned lol
i will refuse to do so until it's complete, and i've been sticking by it since its creation.

just procrastinating a little.


That game where you try not to die

oh hey it's a topic neat

but yeah


i'm glad this is back, my sister especially loved playing the old version of it

Oh hey, I forgot about this.


i end up feeling like rewriting this literally constantly

Game is too hard
too bad~

i end up feeling like rewriting this literally constantly
d00d i know that feel haha

this is what happens when i try to rewrite everything

Error: main.lua:46: stack overflow
stack traceback:
   main.lua:46: in function '?'
   lib/gamestate.lua:67: in function 'draw'
   main.lua:53: in function '?'
   lib/gamestate.lua:67: in function 'draw'
   main.lua:53: in function '?'
   lib/gamestate.lua:67: in function 'draw'
   main.lua:53: in function '?'
   lib/gamestate.lua:67: in function 'draw'
   main.lua:53: in function '?'
   ...
   main.lua:53: in function '?'
   lib/gamestate.lua:67: in function 'draw'
   main.lua:53: in function '?'
   lib/gamestate.lua:67: in function 'draw'
   main.lua:53: in function '?'
   lib/gamestate.lua:67: in function <lib/gamestate.lua:66>
   (tail call): ?
   [string "boot.lua"]:410: in function <[string "boot.lua"]:373>
   [C]: in function 'xpcall'

lol what are you calling its draw function from its draw function

lol what are you calling its draw function from its draw function

hump.gamestate was
anyway

hey guys