Skip to content

nicolomorando/gametut.godot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GameTut - Godot Engine 👾

Creazione di un videogioco "Platformer" in Godot 3.0.6, puoi trovare il mio tutorial a questo Docs

Getting Started

E' richiesto il download dell'editor di Godot disponibile sul seguente link. /GodotEngine/download In caso servisse, ecco qua il docs dell'engine. /GodotEngine/docs

Inoltre è richiesta una conoscenza base nel linguaggio di Godot (GDScript). Linguaggio di programmazione ad oggetti, Dinamico e semplice da usare, oltre al fatto che non richiede compilazione nella run test. /GodotEngine/gdscript

Sviluppo

Scena principale: main.tscn, mentre, le altre fungono da istanze per aggiungere Tilemap, vedi tileset.tscn, oppure del personaggio2D, vedi player_scene.tscn, oltre allo script della scena attuale che permette l'animazione, con l'utilizzo dell'animator, vedi nodo AnimationPlayer e permette anche il movimento del personaggio2D tramite i tasti settati nel project settings: w per il "jump", a per "move_left" e d per "move_right".

Contributing

Se vuoi tenerti informato su godot e contribuire a vari progetti, entra nel canale telegram Invito/Entra

Versione

Progetto in beta attualmente alla release 1.0.8

Author

To-Do

  • **Nemici + Spawner
  • **Movimento attacco
  • **Background shape
  • **Nuove texture per Enviroment e Nemici
  • **Menu + Menu di Pausa
  • **CheckPoints
  • **Aggiunta di livelli

License-MIT

Copyright <2019> <Morando Nicolò> https://opensource.org/licenses/MIT

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.

Releases

No releases published

Packages

No packages published