1
0
Fork 0
A frogger clone, my August 2023 entry for Week Sauce Jam.
Go to file
Gonzalo Delgado 9840219e98 Add tiles and sprite images. 2023-08-30 08:27:52 -03:00
sti Add working, minimally playable prototype. 2023-08-18 07:34:37 -03:00
COPYING Add readme and license files. 2023-08-23 08:48:56 -03:00
INSPECT-LICENSE Add readme and license files. 2023-08-23 08:48:56 -03:00
README.org Add readme and license files. 2023-08-23 08:48:56 -03:00
STI-LICENSE Add readme and license files. 2023-08-23 08:48:56 -03:00
conf.lua Add working, minimally playable prototype. 2023-08-18 07:34:37 -03:00
inspect.lua Add working, minimally playable prototype. 2023-08-18 07:34:37 -03:00
main.lua Improve player and turtle positions when floating. 2023-08-23 08:34:56 -03:00
map.lua Allow crossing to the end of the map. 2023-08-23 08:39:01 -03:00
map.tmx Allow crossing to the end of the map. 2023-08-23 08:39:01 -03:00
sprites.png Add tiles and sprite images. 2023-08-30 08:27:52 -03:00
tiles.png Add tiles and sprite images. 2023-08-30 08:27:52 -03:00

README.org

Tortugger README

Tortugger

A Week Sauce Game Jam entry for August 2023.

LÖVE is required to run this game.

Legal

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.

inspect.lua Copyright (c) 2013 Enrique García Cota, see INSPECT-LICENSE file.

Simple Tiled Implementation Copyright (c) 2019 Landon Manning, see STI-LICENSE file.