My Game Engine tested via my Cubecraft Game

Overview

My Game Engine tested via my Cubecraft Game

Install:

mvn -P {your OS name} clean install

mvn -P mac clean install

mvn -P linux clean install

mvn -P windows clean install

Start/Run:

java -jar cubecraft-0.1.0.jar

for MacOS users add VM option:

-XstartOnFirstThread

java -jar cubecraft-0.1.0.jar -XstartOnFirstThread

Video clip

Comments
  • block selection updated & also block lightning added

    block selection updated & also block lightning added

    Description: Describe your changes.

    Related issue: Add link to the related issue.

    Check list:

    • [x] Mark if documentation changes are required.
    • [x] Mark if tests were added or updated to cover the changes.
    opened by akhunovaa 0
  • console and file logging added & logger appenders configured

    console and file logging added & logger appenders configured

    Description: Describe your changes.

    Related issue: Add link to the related issue.

    Check list:

    • [x] Mark if documentation changes are required.
    • [x] Mark if tests were added or updated to cover the changes.
    opened by akhunovaa 0
  • sound added

    sound added

    Description: Describe your changes.

    Related issue: Add link to the related issue.

    Check list:

    • [x] Mark if documentation changes are required.
    • [x] Mark if tests were added or updated to cover the changes.
    opened by akhunovaa 0
  • Feature/block creation

    Feature/block creation

    Description: Describe your changes.

    Related issue: Add link to the related issue.

    Check list:

    • [ ] Mark if documentation changes are required.
    • [ ] Mark if tests were added or updated to cover the changes.
    opened by akhunovaa 0
  • Feature/additional

    Feature/additional

    Description: Describe your changes.

    Related issue: Add link to the related issue.

    Check list:

    • [ ] Mark if documentation changes are required.
    • [ ] Mark if tests were added or updated to cover the changes.
    opened by akhunovaa 0
  • Feature/mesh faces

    Feature/mesh faces

    Description: Describe your changes.

    Related issue: Add link to the related issue.

    Check list:

    • [ ] Mark if documentation changes are required.
    • [ ] Mark if tests were added or updated to cover the changes.
    opened by akhunovaa 0
  • Feature/render speed optimization

    Feature/render speed optimization

    Description: Describe your changes.

    Related issue: Add link to the related issue.

    Check list:

    • [x] Mark if documentation changes are required.
    • [x] Mark if tests were added or updated to cover the changes.
    opened by akhunovaa 0
  • Create dependabot.yml

    Create dependabot.yml

    Description: Dependency checker bot added

    Related issue: Add link to the related issue.

    Check list:

    • [x] Mark if documentation changes are required.
    • [x] Mark if tests were added or updated to cover the changes.
    opened by akhunovaa 0
Releases(v0.1.4-alpha)
Owner
Ахунов Азат Ахматович
null
Quick and dirty framework for on-the-fly patching of classes via the java attach api and transformers.

Nuclear Quick and easy framework for on the fly patching of running java applications. Inspiration from an idea of an injectable minecraft cheat. What

0x150 8 Dec 28, 2021
Java / JavaFX / Kotlin Game Library (Engine)

About JavaFX Game Development Framework Why FXGL? No installation or setup required "Out of the box": Java 8-15, Win/Mac/Linux/Android 8+/iOS 11.0+/We

Almas Baimagambetov 3k Jan 2, 2023
A Java Swing based game engine

faypixelengine A Java Swing based game engine What is it? A Java game engine that uses swing and can be used to develop interactive games. The idea fo

null 9 Aug 26, 2022
LITIENGINE is a free and open source Java 2D Game Engine

LITIENGINE is a free and open source Java 2D Game Engine. It provides a comprehensive Java library and a dedicated map editor to create tile-based 2D games.

Gurkenlabs 572 Jan 7, 2023
Orbital a java 2D game engine

Orbital Orbital is a under-development 2D game engine. Installation Orbital is avaliable on Jitpack. See below for the installation: Gradle allproject

null 22 Dec 12, 2022
A Java Game Engine created in Java with LWJGL!

?? Suffler Engine Suffler Game Engine is an engine created in java using OpenGL to Graphics. Currently being developed at Eclipse, and Visual Studio C

Suffler Engine 2 Jul 23, 2022
BattleShip-Game - This repository contains the code of the BattleShip (Bataille Navale) game programmed in Java.

Bataille Navale Auteur : SABIL Mohamed Amine Comment générer la documentation ? Placez vous dans le sous-dossier src : pour générer la documentation d

Mohamed Amine SABIL 1 Jan 4, 2022
Snake-Game - A simple snake game written in java.

What's this? A simple snake game written in java. How to play Download the latest release. Ensure that a compatible java runtime is installed (optimal

Patrick260 4 Oct 31, 2022
Othello PvP (2-Player) Game Application created in Java using Swing and AWT, for playing the Othello game

Othello PvP (2-Player) Game Application created in Java using Swing and AWT, for playing the Othello game, a simple game that played on an 8 by 8 checkered board with 64 double-sided black and white discs. The game is easy to learn, but it takes time to master and develop winning strategies.

Soumyadeep Pal 1 Feb 28, 2022
The game is a 2D side scrolling system, where a player moves left, right, vertically or diagonally to traverse the game.

The game is a 2D side scrolling system, where a player moves left, right, vertically or diagonally to traverse the game.

Ravi Mandal 7 Sep 11, 2022
A basic representation of the 0-player game, "Game-of-Life", a simple example of basic cellular automata

Game-Of-Life-Basic A basic representation of the 0-player game, "Game-of-Life", a simple example of basic cellular automata. A cellular automaton is a

Nikhil Narayanan 5 Oct 27, 2022
A modern engine for modded Minecraft.

Flywheel A modern engine for modded Minecraft. About The goal of this project is to provide tools for mod developers so they no longer have to worry a

null 136 Dec 30, 2022
Minecraft mod running on the TTCp engine to load modules written in JS at runtime - with runtime deobfuscation!

PolyFire ClickGUI opens with NUMROW_0 How to use: Run -jsmodules to initialize Navigate to your .minecraft folder Go to config/pf/modules/ Copy Exampl

Daniel H. 8 Nov 18, 2022
Blaze4D - Minecraft but with Vulkan using the Rosella engine.

Information Blaze4D is a Fabric mod that changes Minecraft's rendering engine to use the Vulkan Graphics Library, it is currently in Early Development

Kiln Graphics 257 Dec 30, 2022
A 2d Java physics engine, native java port of the C++ physics engines Box2D and LiquidFun

jbox2d Please see the project's BountySource page to vote on issues that matter to you. Commenting/voting on issues helps me prioritize the small amou

jbox2d 1k Dec 27, 2022
HackLights - Simple framebuffer based lighting engine for libGDX

HackLights Simple framebuffer based lighting engine for libGDX. Example See: Sample Code Sample Light Images: Installation Open or create gradle.prope

Ali Asif Khan 13 Dec 5, 2022
Desktop/Android/HTML5/iOS Java game development framework

Cross-platform Game Development Framework libGDX is a cross-platform Java game development framework based on OpenGL (ES) that works on Windows, Linux

libgdx 20.9k Jan 1, 2023
A complete 3D game development suite written purely in Java.

jMonkeyEngine jMonkeyEngine is a 3-D game engine for adventurous Java developers. It’s open-source, cross-platform, and cutting-edge. 3.2.4 is the lat

jMonkeyEngine 3.3k Dec 31, 2022
Jetserver is a high speed nio socket based multiplayer java game server written using Netty and Mike Rettig's Jetlang.It is specifically tuned for network based multiplayer games and supports TCP and UDP network protocols.

Note New version of Jetserver is called Nadron and is in a new netty 4 branch of this same repo. JetServer is a java nio based server specifically des

Abraham Menacherry 1.2k Dec 14, 2022