13

所属分类:collect
开发工具:Lua
文件大小:0KB
下载次数:0
上传日期:2021-09-29 16:19:44
上 传 者sh-1993
说明:  娱乐一个简单但令人上瘾的游戏,
(Recreation of a simple but addictive game,)

文件列表:
.luacheckrc (124, 2021-09-29)
.vscode/ (0, 2021-09-29)
.vscode/settings.json (296, 2021-09-29)
CREDITS.md (954, 2021-09-29)
DEVLOG.md (2592, 2021-09-29)
LICENSE (1073, 2021-09-29)
asset/ (0, 2021-09-29)
asset/13_icon.png (14868, 2021-09-29)
asset/OpenSans-SemiBold.ttf (100820, 2021-09-29)
asset/Oregano-Regular.ttf (80320, 2021-09-29)
asset/apkStuff/ (0, 2021-09-29)
asset/apkStuff/AndroidManifest.xml (1313, 2021-09-29)
asset/apkStuff/res/ (0, 2021-09-29)
asset/apkStuff/res/drawable-hdpi/ (0, 2021-09-29)
asset/apkStuff/res/drawable-hdpi/love.png (2021, 2021-09-29)
asset/apkStuff/res/drawable-mdpi/ (0, 2021-09-29)
asset/apkStuff/res/drawable-mdpi/love.png (872, 2021-09-29)
asset/apkStuff/res/drawable-xhdpi/ (0, 2021-09-29)
asset/apkStuff/res/drawable-xhdpi/love.png (2752, 2021-09-29)
asset/apkStuff/res/drawable-xxhdpi/ (0, 2021-09-29)
asset/apkStuff/res/drawable-xxhdpi/love.png (3961, 2021-09-29)
asset/apkStuff/res/drawable-xxxhdpi/ (0, 2021-09-29)
asset/apkStuff/res/drawable-xxxhdpi/love.png (5200, 2021-09-29)
asset/click.ogg (6215, 2021-09-29)
asset/loop.ogg (278427, 2021-09-29)
asset/newBiggest.ogg (29827, 2021-09-29)
asset/number_v3.svg (4970, 2021-09-29)
asset/pop.ogg (8578, 2021-09-29)
asset/translations/ (0, 2021-09-29)
asset/translations/EN.lua (1593, 2021-09-29)
asset/translations/HU.lua (1750, 2021-09-29)
asset/victory.ogg (11810, 2021-09-29)
build.lua (3867, 2021-09-29)
builder-cont/ (0, 2021-09-29)
builder-cont/Dockerfile (1497, 2021-09-29)
conf.lua (665, 2021-09-29)
main.lua (910, 2021-09-29)
... ...

# 13 Recreation of a simple game ## To play Grab a download from the releases page. The .love bundles need Lve2D version 11.3 or compatible. Works on every platform supported by Lve2D, but the main target is android - so just grab the apk version if you can. You can also try out the web version (.html file), altought that's slower and hase a few sound issues. ## To build using Docker Prerequisites: - GIT - Docker 1. Clone repo **with submodules**: `git clone --recurse-submodules git://github.com/sasszem/13.git` 2. Build container: `DOCKER_BUILDKIT=0 docker build -t love-apk-builder builder-cont` 3. Build using container: `docker run --rm -v "$(pwd)":/project love-apk-builder` (getting `sh: love: not found` lines is normal and should not effect the build process) ## To build without container Prerequisites: - you must have a posix system with `wget` and `Java 8+` installed - build and install [luarocks3](https://github.com/luarocks/luarocks/wiki/Download) - `sudo luarocks install love-release` - install [apktool](https://ibotpeaches.github.io/Apktool/install/) Actuall building: - Clone this repo **with submodules**: `git clone --recurse-submodules git://github.com/sasszem/13.git` - `lua build.lua` ## The original I got the idea from a mobile game "Make it 13" (later renamed to "Number merger infinity"), which was quite addictive, but poorly implemented, and had quite a few ads. ## Project goals Functional game: - board, cells, merging, animations - menus - background images, background ambient music - highscores - works on android Check out the [DEVLOG](DEVLOG.md) For stuff I used, check out [CREDITS](CREDITS.md) Project due date: 2020.06.14 I should put all my other sideprojects aside for that time!

近期下载者

相关文件


收藏者