Explore >> Select a destination


You are here

dthompson.us
| | coderdojoathenry.org
9.3 parsecs away

Travel
| | 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
5.8 parsecs away

Travel
| |
| | zkm.de
5.8 parsecs away

Travel
| | The Godot Engine Workshop teaches how to create a game: dealing with nodes, creating scenes and the programming language GDScript.
| | jsloop.net
106.0 parsecs away

Travel
| 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.