Skip to content

lamestation/LEAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LameMaker

LameMaker can turn LameStation games written in Spin into standalone executables that can be run on a desktop computer. Because how cool is that!

Want to share your awesome game with your friends but they don't have a LameStation? No problem! LameMake it!

Installation

Set up the virtual environment.

. virtualenv.sh

Install system dependencies.

sudo apt-get install upx-ucl

Install python dependencies.

pip install -r requirements.txt

Usage

Here is a sample you can run right now.

lamemaker -b -L lame -L media test/SpriteDemo.spin 

SpriteDemo will appear in the dist/ directory. Run it like so:

./dist/SpriteDemo

Here it goes!

About

Build desktop games from LameStation code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published