LOVE 0.3.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News LOVE 0.3.0 (Default branch)
# 1  
Old 06-17-2008
LOVE 0.3.0 (Default branch)

Image LOVE is a 2D game engine that enables easy cross-platform game development in the Lua programming language. License: zlib/libpng License Changes:
This release adds a native particle system object for the creation of general effects such as explosions, rain, and so forth. Visual error reporting was added, which greatly improves the development experience by providing error messages on-screen and a quick way to continue, restart, or exit. Improvements were made in system related areas, such as changing of the display resolution in-game.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Heart OS and Love OS?

Hi everyone. Our professor in Operating Systems gave us a research work about the Heart OS and Love OS. We were told that they were old operating systems from UNIX but I couldn't find any information about them from google. I hope someone here could point me to the right direction. Thanks! (7 Replies)
Discussion started by: jogonjr
7 Replies
Login or Register to Ask a Question
TENNIX(6)							   Games Manual 							 TENNIX(6)

NAME
tennix -- A funny 2D tennis game with network play support SYNOPSIS
tennix [options] DESCRIPTION
tennix is a top-view 2D tennis game. It features a two-player game mode and a single-player mode against the computer. This is the SDL port of a DOS game written in 2003. The original game can still be found on the web at http://thp.io/2003/tennix/ CONTROLS
You can select the controls directly in the menu. Usually, in two-player game mode, player 1 plays using W, S, D, E, F and player 2 plays using O, L, K, I, J. You can also play using mouse, gamepad or Joystick. When using network play, you have to configure your opponent with the input device "Network player", and make sure that the opponent does the same thing (but in reverse). P (Un)pause the game F Switch between windowed and fullscreen mode OPTIONS
-f, --fullscreen Start the game in fullscreen mode -b, --benchmark Start the game in benchmark/attract mode (AI vs AI, auto-start, no menu) -m, --master <IP-of-slave> Network play mode; play as master and send input over to slave via the given IP -s, --slave <IP-of-master> Network play mode; play as slave and send input over to master via the given IP -h, --help Show summary of options HOMEPAGE
http://icculus.org/tennix/ AUTHOR
The author and current maintainer of Tennix is Thomas Perl (thp.io/about). This manual page was written by Andrea Colangelo (warp10@ubuntu.com) for the Ubuntu system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version pub- lished by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2. Tennix 2011 Edition February 2011 TENNIX(6)