LUA Projects

LUA Projects

List of Games, Demos, Assets, Code sources ... that you can download and use freely.


When downloading the files, you are invited to you respect the following rules:

  • All original authors and sources must be quoted, as they appear in the Copyrights section of the project or demo page .
  • Any commercial use is forbidden and must be agreed in advance, unless free use rights are explicitly specified for the resource concerned.
Published on

Clic to zoom
1>

Description

Remake of the game "MineStorm", released on the Vetrex console in the 80's.
This game is itself an adaptation of the famous "asteroid".

This project is made for the GameCodeur JAM #11.
The theme of the Jam is "Pure Code".
So no possibility to use images.


Goals

Destroy all enemies that appear successively in the level...

Images
Project preview (Image) Project preview (Image)
Project's thumbnail (Image) Project's thumbnail (Image)
screenshot1.png screenshot1.png
Other Files
Published on

Clic to zoom
/h1>

Description

A homemade framework that can be used as a base for LUA and Love2D games.

It contains 2 game prototypes: a side plateformer and a topdown shooter. Others will be added regularly with new features.

No documentation is provided at this time.
However, to facilitate the handling of the framework, the code is clear and widel...

Images
Project preview (Image) Project preview (Image)
Project's thumbnail (Image) Project's thumbnail (Image)
love2D_Skel_SidePlateformer.png love2D_Skel_SidePlateformer.png
love2D_Skel_TDShooter.png love2D_Skel_TDShooter.png
Other Files
Published on

Clic to zoom

Description

A game prototype that uses a simplified AI based on a state machine.


Goals

Survive as long as you can without getting caught by the horde of zombies.
At each contact, the life level of the player drops.
The game is lost if it reaches 0.

Movements and actions of the player

Change the direction of movement: Q and S...

Images
Project preview (Image) Project preview (Image)
Project's thumbnail (Image) Project's thumbnail (Image)
Other Files
Published on

Clic to zoom

Description

A Tetris clone written in LUA and Love2D.


Goals

Stack the pieces at the bottom of the screen without leaving any empty space.
Each complete line disappears and give points.
If the stacked pieces reach the top of the screen, the game is over.
The game is won when level 20 is reached, equivalent to 200 lines completed.

Mov

...
Images
Project preview (Image) Project preview (Image)
Project's thumbnail (Image) Project's thumbnail (Image)
Other Files
Published on

Clic to zoom

Description

A ShootThemUp game prototype with a vertical scrolling and a top view, written in LUA and Love2D.


Goals

Destroy all enemies and survive.
The game is won when level 3 is reached.

Movements and actions of the player

Move the player: the arrows on the keyboard.
Fire: space key.
Restart the game: R key.
Exit the game: cl...

Images
Project preview (Image) Project preview (Image)
Project's thumbnail (Image) Project's thumbnail (Image)
Other Files