About 18,300,000 results
Open links in new tab
  1. Create 2D map on which objects can be placed and move in Java

    I am new to Java and I'm trying to make a 2D text-based game that internally consists of a world map on which objects can interact and move. However, I'm already confused at the very …

  2. Creating a Game with Tiled Map Editor: A Step-by-Step Guide for Java 2D

    Learn how to create a 2D game using Tiled Map Editor with Java. Step-by-step guide covering key concepts, code snippets, and best practices.

  3. graphics - How to code a Game Grid in Java? - Game

    Aug 20, 2013 · This way, your map could be a 2D array of integers representing tile's id. When creating your map, you will need to link your map array with the tileset(s) used to render it. If …

  4. GitHub - matachi/2D-Map-Editor: A simple map editor written in Java

    A map editor written in Java for 2D games. It's meant to be used to generate text files with characters building up a tile based 2D game. How to use the application Select which tile that …

  5. How I Built a 2D Game in Java with Custom Sprites and Tile …

    Aug 16, 2024 · In this blog, I’ll walk you through how I built my own 2D game in Java, focusing on creating custom sprites, managing tile-based maps, and implementing collision detection. …

  6. How to build a Tiled map in Java for a 2D game? - Stack Overflow

    May 30, 2012 · The tiles can be internally represented as a 2d array or a single array, in which case you'd use some kind of internal representation scheme to map your array to the board …

  7. Creating maps and tileset for a 2d java game

    Usually you use a 2D array of map tiles for this; and simply you assign them an ID. Then you can simply iterate over the tiles and draw the specific tile. Usually, you can compute this similarly …

  8. Creating a Simple Tile Map Editor using Java for 2D Game

    In this tutorial, we will explore the process of creating a simple tile map editor in Java, which is an essential tool for developing 2D games. With a tile map editor, you can efficiently design levels …

  9. Java for 2D Game Development - From Scratch - Surfside Media

    In this guide, we'll explore the process of creating a 2D game from scratch using Java. We'll cover essential game development concepts, introduce popular libraries like LibGDX, and provide …

  10. Creating a Tile-Based Map - Java - Languages - Programming

    Creating a Tile-Based Map. In a 2D platform game, the map of an entire level, or the game map, is usually several screens wide. Some maps are 20 screens wide; others are 100 or more. As …

  11. Some results have been removed
Refresh