1
0
Fork 0
A frogger clone, my August 2023 entry for Week Sauce Jam.
Go to file
Gonzalo Delgado 4f3d417c95 Add win condition. 2023-09-01 08:55:40 -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 Add win condition. 2023-09-01 08:55:40 -03:00
map.lua Draw floaters, add more cars, allow different car speeds. 2023-08-31 14:52:37 -03:00
map.tmx Draw floaters, add more cars, allow different car speeds. 2023-08-31 14:52:37 -03:00
player-sprites.png Integrate player sprites. 2023-08-31 08:36:36 -03:00
sprites.png Update vehicle sprites. 2023-09-01 07:29:55 -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.