All Projects → Anuken → Koru

Anuken / Koru

Licence: other
A 2D multiplayer sandbox game.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Koru

WildWorld
Sandbox freestyle multiplayer game/engine in LÖVE/LUA.
Stars: ✭ 35 (-55.13%)
Mutual labels:  game-2d, multiplayer-game, 2d-sandbox-game
Crystalshire
Legacy VB6 open-source ORPG
Stars: ✭ 24 (-69.23%)
Mutual labels:  game-2d, multiplayer-game
ShapeOfThingsThatWere
strategy game based on hex map and discoveries
Stars: ✭ 23 (-70.51%)
Mutual labels:  libgdx, game-2d
LunarGdx
A networking library for LibGDX utilizing Netty allowing easy creation of multiplayer games.
Stars: ✭ 23 (-70.51%)
Mutual labels:  libgdx, multiplayer-game
Magicallife
A 2d game that aspires to be similar to Rimworld, with more depth, magic, and RPG concepts.
Stars: ✭ 145 (+85.9%)
Mutual labels:  game-2d, multiplayer-game
Ore Infinium
Ore Infinium, Open Source multiplayer Terraria-inspired Sci-fi game, focused on technology, devices and researching. Written in Kotlin (JVM), LibGDX. Cross platform
Stars: ✭ 139 (+78.21%)
Mutual labels:  libgdx, game-2d
Klooni1010
libGDX game based on the original 1010!
Stars: ✭ 163 (+108.97%)
Mutual labels:  libgdx
DoubleHelix
A live wallpaper and daydream for Android featuring stylized glassy-looking DNA structures
Stars: ✭ 86 (+10.26%)
Mutual labels:  libgdx
Gdx Lml
LibGDX utility libraries.
Stars: ✭ 152 (+94.87%)
Mutual labels:  libgdx
Libgdx
Туториалы по LibGDX
Stars: ✭ 143 (+83.33%)
Mutual labels:  libgdx
Python-Games
A collection of small python games made by me using pygame and tkinter libraries
Stars: ✭ 121 (+55.13%)
Mutual labels:  game-2d
asylamba-game
Jeu de stratégie spatial en ligne multi-joueur.
Stars: ✭ 21 (-73.08%)
Mutual labels:  multiplayer-game
Martianrun
An Open-Source Running Game with libGDX
Stars: ✭ 242 (+210.26%)
Mutual labels:  libgdx
Mundus
A 3D world/level editor built with Java, Kotlin & libGDX.
Stars: ✭ 164 (+110.26%)
Mutual labels:  libgdx
f1-telemetry-client
A Node UDP client and telemetry parser for Codemaster's Formula 1 series of games
Stars: ✭ 128 (+64.1%)
Mutual labels:  multiplayer-game
Gaiasky
Mirror of Gaia Sky repository hosted on Gitlab: https://gitlab.com/langurmonkey/gaiasky
Stars: ✭ 162 (+107.69%)
Mutual labels:  libgdx
Team-Capture
Team-Capture - A multiplayer FPS game, inspired by games like Quake and TF2. Done in Unity
Stars: ✭ 81 (+3.85%)
Mutual labels:  multiplayer-game
Gdx Liftoff
A modern setup tool for libGDX Gradle projects
Stars: ✭ 148 (+89.74%)
Mutual labels:  libgdx
Gdx Rpg
java & libgdx制作的RPG游戏! an RPG by java and LibGDX
Stars: ✭ 239 (+206.41%)
Mutual labels:  libgdx
libgdx-transitions
libgdx screen transitions/fading
Stars: ✭ 43 (-44.87%)
Mutual labels:  libgdx

Build Status

Koru

A 2D sandbox game, written using libGDX and Java 8. Partially made as a testing ground for Entity Component systems, AI, world generation, biome generation and shaders.

This project is no longer being worked on. I have moved on to other things.
No issues with the game will be fixed.

axe-wielding crabs

reflections

Current Features

  • infinite procedurally generated world
  • biomes and cave systems
  • basic building, resource collection
  • reflective water shaders
  • GUI made with uCore Scene
  • multiplayer, made with Kryonet
  • crabs
  • lighting system, using a modified version of box2D lights
  • ingame chat

Building

  1. Install JDK 8 - not any other version! If you fail to use the right version, the build may fail.
  2. Open a terminal/command prompt, and run ./gradlew server:run (linux/mac) / gradlew.bat server:run (windows)
  3. Open another terminal/cmd tab and run ./gradlew desktop:run (linux/mac) / gradlew.bat desktop:run (windows)
  4. Press "connect" in the game window.
  5. Experience a broken game that will never be fixed.

Troubleshooting?

I haven't touched this project in at least 2 years, so if you run into problems, you're on your own.

### Roadmap

  • proper player characters
  • crafting
  • more blocks
  • passive creatures
  • enemies
  • saving entities in chunks
  • block entities and data
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].