Showing posts with label love. Show all posts
Showing posts with label love. Show all posts

Monday, July 9, 2012

LÖVE game programming course for kids/teens in Kansas City (August 2012)

There will be a Lua game programming class for kids and teens in Kansas City by indie game developer Rachel Morris some time in August 2012.

LÖVE 2D game engine and Tiled Map Editor will be used. Both are open source and run perfectly fine on Linux systems.

Rachel is known for OpenArt and you can check out an interview with her or her GitHub repositories.


Feedback on the existing course materials and of course participants are requested.

Tuesday, October 4, 2011

GunFu Deadlands 1.01: Performance Up!

GunFu Deadlands title screen

GunFu Deadlands, a quick, atmospheric retro keys+mouse top-down shooter for Win/Osx/Lin has been updated (1.01) to run with LÖVE 0.7.2 and the development codebase moved from Subversion to Git.

The game plays perfectly fine on a ASUS EeePC 1000H netbook running Arch Linux 32bit. A previous version (don't remember which) was extremely slowly. I can't tell whether the playable speed is thanks to improvements of GFD, love2d or perhaps the drivers for my netbook but if you've had performance trouble with the game in the past, try again!

Note: if you get shot in the title screen and start the game before respawning, you will be able to walk through walls.

This is the first update of GunFu Deadlands since the 1.0 release 22 months ago.


By the way, did you know that GunFu Deadlands is one of the 250 Indie Games You Must Play?

PS: I got word from the developer about the performance increase:


Just for your interest, I made some measurements and it seems that the speed increase is indeed dramatic: 55% faster.

I computed the mean FPS rate by measuring the time it takes to render 1000 frames in-game and dividing 1000 by this number. The formula (FPS_faster_version - FPS_slower_version) / FPS_slower_version is what produced this 55%.