Giter Site home page Giter Site logo

andrea1141 / defending-todot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crystal-bit/defending-todot

0.0 0.0 0.0 91.54 MB

"Defend your city by placing towers and destroying enemies!" 2D Tower Defense made with Godot

Home Page: https://crystal-bit.github.io/defending-todot/

License: GNU General Public License v3.0

GDScript 100.00%

defending-todot's Introduction

game logo

Defending Todot it's an open source tower defense game inspired by Kingdom Rush.

It's a fork of crystal-bit/hacktoberfest-2020 made to continue the development of the game after the event.

The project is made with the open source Godot Engine v3.2.3.

🎮 Play it now

Discuss with the community

Discord

Join the Discord server

"How can I contribute?"

You can:

  • Open a new issue: do you have an idea for the gameplay? Do you want to suggest an improvement? Do you want to create new assets like sprites, sounds, effects,...? Did you find a bug? Open a new issue and let other developers know.
  • Take an issue: work on existing issues. Read below for guidelines.

How to take an issue ⤵️

  1. ➡️ Write a short message in the issue itself to notify others that you are working on it. (I'll assign the issue to your Github user)
  2. ➡️ Ask for help if you have any doubt.
  3. ➡️ Happy coding! I hope you will learn a lot during the process!

I hope these rules will help everyone having an enjoyable Hacktoberfest.

How to appear in the game credits

Before making a pull request, consider adding yourself to the credits.gd script so that you will appear in the game credits!

Project conventions

Lower case letters only for filenames

To avoid issues when multiple contributors are working on the same project across various file systems and operating systems. See more details here.

Node names

Use CamelCase style for node names.
This is the default style used in Godot and, moreover, it's easier to reference node names which don't have dash symbol or whitespaces in their name (see this comment)

Code style

There are no strict requirements on code style, but try to be consistent with the code that you'll find.

Ideally the code should follow the official GDScript style guide.

For the order of variables, signals, functions, please follow this order (simplified from GDQuest's guidelines):

1.  Extends and class_name
2.  """docstring"""

3.  Signals
4.  Node dependencies
5.  Constants
6.  Variables (properties)

7.  Built-in virtual callbacks (eg: \_ready, \_input, \_process, ...)
8.  Signal callbacks (eg: on_button_pressed, on_area_entered, on_body_entered, ...)
9.  Methods

Reference Kingdom Rush gameplay

License

defending-todot's People

Contributors

davcri avatar mruggi avatar zstiziano avatar m0rp30 avatar andrea1141 avatar rubin0 avatar vittorio-del-bianco avatar gaarco avatar sop-s avatar masmartyg avatar flaviofs avatar antocorr avatar iranon avatar vclayton avatar gvirtu avatar davtur19 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.