
Tiny World
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
*Edit
I had by mistake uploaded a 64bit version of my game. I have now fixed this so hopefully the game will run for everyone!
Thanks for testing it!
*
*Edit 2
I've added a Mac and Linux version. I haven't been able to test either, but hope they will work.
To run the game (these instructions are copied form love2d.org):
-- MAC -----------------------------
On Mac OSX, a folder or .love file can be dropped onto the Love.app application bundle. On the Mac OSX Terminal (commandline), you can use love like this (assuming it's installed to the Applications directory):
open -n -a love "/home/path/to/game"
In some cases it may be faster to invoke the love binary inside the application bundle directly via the following:
/Applications/love.app/Contents/MacOS/love mygame
You can setup an alias in your Terminal session to call the binary when you use love by adding an alias to your ~/.bash_profile (open -a TextEdit ~/.bash_profile):
alias love="/Applications/love.app/Contents/MacOS/love"
Now you can call love from the commandline like Linux and Windows:
love "/home/path/to/game"
If you debug using the print command, it is useful to see this printed in realtime. In which case the following will open an extra window that will show the printed text.
xterm -e /Applications/love.app/Contents/MacOS/love "/home/path/to/game"
-- LINUX ------------------------
On Linux, you can use one of these command lines:
love /home/path/to/gamedir/
love /home/path/to/packagedgame.love
If you have installed the .deb, you can double click on .love files in your file manager as well.
----------------------------------
Run in fullscreen mode:
To change tofullscreen to window mode: change love-file's ending to zip. Edit the conf.lua inside setting fullscreen = true (and then change the file ending back to "love"
*
A game by Andreas Hedin
Control the balloon and tower to defeat the zombies, evil birds and beasts.
-- Controls:
F: Switch between balloon and tower
WASD: Steer the balloon
Left mouse button: Fire primary weapon
Right mouse button: Fire secondary weapon
[email protected]
andreashedin.com
I had by mistake uploaded a 64bit version of my game. I have now fixed this so hopefully the game will run for everyone!
Thanks for testing it!
*
*Edit 2
I've added a Mac and Linux version. I haven't been able to test either, but hope they will work.
To run the game (these instructions are copied form love2d.org):
-- MAC -----------------------------
On Mac OSX, a folder or .love file can be dropped onto the Love.app application bundle. On the Mac OSX Terminal (commandline), you can use love like this (assuming it's installed to the Applications directory):
open -n -a love "/home/path/to/game"
In some cases it may be faster to invoke the love binary inside the application bundle directly via the following:
/Applications/love.app/Contents/MacOS/love mygame
You can setup an alias in your Terminal session to call the binary when you use love by adding an alias to your ~/.bash_profile (open -a TextEdit ~/.bash_profile):
alias to love
alias love="/Applications/love.app/Contents/MacOS/love"
Now you can call love from the commandline like Linux and Windows:
love "/home/path/to/game"
If you debug using the print command, it is useful to see this printed in realtime. In which case the following will open an extra window that will show the printed text.
xterm -e /Applications/love.app/Contents/MacOS/love "/home/path/to/game"
-- LINUX ------------------------
On Linux, you can use one of these command lines:
love /home/path/to/gamedir/
love /home/path/to/packagedgame.love
If you have installed the .deb, you can double click on .love files in your file manager as well.
----------------------------------
Run in fullscreen mode:
To change tofullscreen to window mode: change love-file's ending to zip. Edit the conf.lua inside setting fullscreen = true (and then change the file ending back to "love"
*
A game by Andreas Hedin
Control the balloon and tower to defeat the zombies, evil birds and beasts.
-- Controls:
F: Switch between balloon and tower
WASD: Steer the balloon
Left mouse button: Fire primary weapon
Right mouse button: Fire secondary weapon
[email protected]
andreashedin.com