Skip to content

A tower defense game, developed during the Mobile Computing course at Roma Tre University.

Notifications You must be signed in to change notification settings

Xhst/td-mc-project

Repository files navigation

Tower Defense MC

Towers vs Aliens

A tower defense game with levels where medieval towers must defend themselves against alien spaceships.


About

Project developed for the Mobile Computing course for the academic year 2021-2022 at Roma Tre University.

The game is created using Godot Engine v3.4 Mono (C#). It can be exported to all major mobile and non-mobile platforms.

Screenshots & Screencast

Screencast: Click here

Image-2022-06-05-105558.png

Image-2022-06-05-105627.png

Project Structure

The /src directory contains the game's code.

In the /scenes directory, you can find all the Godot scene files.

Images, audio, and JSON files can be found in the /assets directory.

In the game, it's possible to change the language, and additional languages can be easily added by creating a specific JSON file in the /assets/languages directory with the corresponding language code (e.g., /en.json).

To modify and/or add levels, towers, and aliens, you can find the data files in JSON format in the /assets/data directory.

Software Licenses for Third-Party Components

Godot Engine is free and open-source software released under the MIT license.


Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. Copyright (c) 2014-2022 Godot Engine contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-- Godot Engine https://godotengine.org

About

A tower defense game, developed during the Mobile Computing course at Roma Tre University.

Topics

Resources

Stars

Watchers

Forks