Skip to content

ferodali/game_15

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
Game 15 for you to enjoy!

There are 2 version of this game for you to play: linux console and
android. Console version is in file 15.lua and android is in two files
main.lua and dialog.lua. And there is file 15lib.lua which is used in
both version of game.

You can start console version without any arguments, or you can start
it with one or two numerical arguments which determine size of puzzle.

In android version you can determine size of puzzle with clicking on
small 'S' button.

I use https://github.com/stevedonovan/AndroLua to run it in android
In android I placed whole directory as is and played it from there.
In alshell I issued these commands:
> .m game_15.15lib
> .m game_15.dialog
> .m game_15.main
> goapp 'game_15.main'

Happy playing!

About

Little game for AndroLua

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages