Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asierso/blockgame
Un pequeño juego sandbox estilo Sandlife creado con VortexEngine en Java
https://github.com/asierso/blockgame
2dgame sandbox sandbox-game simulation
Last synced: 6 days ago
JSON representation
Un pequeño juego sandbox estilo Sandlife creado con VortexEngine en Java
- Host: GitHub
- URL: https://github.com/asierso/blockgame
- Owner: Asierso
- License: cc0-1.0
- Created: 2023-12-19T14:25:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-22T12:32:57.000Z (11 months ago)
- Last Synced: 2024-04-16T04:37:04.573Z (7 months ago)
- Topics: 2dgame, sandbox, sandbox-game, simulation
- Language: Java
- Homepage:
- Size: 5.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## BlockGame
Este es un juego 2D sandbox simple desarrollado en Java utilizando el motor de juego "VortexEngine". Construye con varios bloques distintos lo que se te ocurra
## Requisitos del Sistema
- Java Runtime Environment (JRE) instalado
## Instrucciones de Ejecución (Windows)
Para ejecutar el juego en Windows, sigue estos pasos:
1. Descarga el archivo .zip del juego y descomprímelo.
2. Ejecuta el el fichero 'BlockGame.jar'
## Instrucciones de Ejecución (OSX)
Para ejecutar el juego en macOS, sigue estos pasos:
1. Descarga el archivo .zip del juego y descomprímelo.
2. Abre la terminal y navega al directorio donde se encuentra el archivo JAR.
3. Ejecuta el siguiente comando, asegurándote de utilizar la opción `-XstartOnFirstThread`:
```bash
java -XstartOnFirstThread -jar BlockGame.jar
``````