|
You are here |
dthompson.us | ||
| | | | |
coderdojoathenry.org
|
|
| | | | | This week we: Added a basic GameManager class Made a ShipKiller class that interfaces with GameManager Added an enemy that wanders around the screen ShipKiller and GameManager Godot nodes can emit a bunch of signals that indicate when things happen. For something like Area2D we're usually most interested in signals like body_entered, which emits when... | |
| | | | |
tim.knauf.kiwi
|
|
| | | | | ||
| | | | |
zkm.de
|
|
| | | | | The Godot Engine Workshop teaches how to create a game: dealing with nodes, creating scenes and the programming language GDScript. | |
| | | | |
jsloop.net
|
|
| | | Here is a basic server setup with JAX-RS 3 using Jersey and Jetty 11 for the server. JAX-RS is Java API specification for RESTful web services using annotations. The project structure is as follows. | ||