manuq / godot-survive-from-the-earthquake

A Godot escape from falling things game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Survive from the Earthquake

This is a test game made with Godot. It is inspired from 2024 Hualien earthquake.

Earthquake is common in Taiwan. So, people are taught how to reduce the damage and avoid being hurt when earthquake comes. One of the points is finding a place to hide and protecting head. Hiding under a strong table is an example.

hide under a table

Rule

  1. The yellow box is the player.
  2. The player's life will be decreased if the player is hit by a falling thing.
  3. The tables can resist the falling things.
  4. When the player's life is decreased to zero, it is game over!
  5. The player has 3 lives at beginning. And, has to survive 60 seconds.

Reference

About

A Godot escape from falling things game

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:GDScript 100.0%