Skip to content
Advertisement

Tag: game-physics

JavaFX – move projectiles

First of all, this is my very first post here. Hello everyone! I am a beginner in Java/JavaFX. Currently I wrote some simple “game” to learn some basic stuff in game development, doing that just for fun right now. So far I get a player which moves to the left/right (movement is unrestricted, but never mind that now) and fires

Java – Asteroids – acceleration in two dimensions

I am currently writing Asteroids for extra credit in my computer science class, following a very loose guide that provided some starter code. I have a ship and I can use key presses to change its position. The starter code provided a method of drawing the ship based on a Point position. I was then given this How am I

Advertisement