All Projects → federicodangelo → Cubeworld

federicodangelo / Cubeworld

Licence: mit
Minecraft like game made in Unity

Projects that are alternatives of or similar to Cubeworld

Poco
A cross-engine test automation framework based on UI inspection
Stars: ✭ 1,177 (+805.38%)
Mutual labels:  game, unity3d
Projectfieldwarning
Project: Field Warning is a community-made RTS game centered around lethal regiment and division-scale warfare.
Stars: ✭ 86 (-33.85%)
Mutual labels:  game, unity3d
Craft
A simple Minecraft clone written in C using modern OpenGL (shaders).
Stars: ✭ 8,957 (+6790%)
Mutual labels:  game, minecraft
3 Modifiers And Abilities
Customise character abilities, weapons, characters and enemies. This includes multiple damage types, modifiers, sounds, animations. By the end you can create your core combat experience. (REF MA_RPG) http://gdev.tv/rpggithub
Stars: ✭ 64 (-50.77%)
Mutual labels:  game, unity3d
Gdk For Unity Fps Starter Project
SpatialOS GDK for Unity FPS Starter Project
Stars: ✭ 119 (-8.46%)
Mutual labels:  game, unity3d
09 Zombierunner Original
First person shooter with Unity terrain and AI pathfinding (http://gdev.tv/cudgithub)
Stars: ✭ 64 (-50.77%)
Mutual labels:  game, unity3d
1 Character Movement
The first section of the course. You will learn everything required to build a simple movement system in your RPG, creating the core experience. http://gdev.tv/rpggithub
Stars: ✭ 81 (-37.69%)
Mutual labels:  game, unity3d
Unity Core Project
Core Framework for Unity
Stars: ✭ 42 (-67.69%)
Mutual labels:  game, unity3d
Openmmo
OpenMMO - Groundwork
Stars: ✭ 115 (-11.54%)
Mutual labels:  game, unity3d
Unity Platformer
Unity platformer framework: IA, Ladders, Jumps, WallStick, WallJumps, Slopes, MovingPlatforms, OneWayPlatforms/Walls, Ropes and more...
Stars: ✭ 97 (-25.38%)
Mutual labels:  game, unity3d
Ksframework
QQ Group:538722494,KSFramework = KEngine + SLua(or xLua) , Unity3D Framework/Toolsets focus on hot reload
Stars: ✭ 1,119 (+760.77%)
Mutual labels:  game, unity3d
Infinity Square Space
Infinity Square/Space. The prototype of the game is open source. Unity Asset.
Stars: ✭ 122 (-6.15%)
Mutual labels:  game, unity3d
Qp.framework
基于xLua的全Lua热更新框架
Stars: ✭ 55 (-57.69%)
Mutual labels:  game, unity3d
Slash Framework
Provides both a low-level implementation of component-based entity systems and Unity3D integration for them.
Stars: ✭ 71 (-45.38%)
Mutual labels:  game, unity3d
Srp
A customized forward+ render pipeline for Unity
Stars: ✭ 53 (-59.23%)
Mutual labels:  game, unity3d
Bdframework.core
[中]Simple! Easy! Powerful Unity3d game workflow! Unity3d framework:c# hotfix(ILRuntime)、asset manager、ui workflow、network debug... and so on
Stars: ✭ 1,196 (+820%)
Mutual labels:  game, unity3d
Tgm
Team Game Manager - Minecraft PVP Suite
Stars: ✭ 35 (-73.08%)
Mutual labels:  game, minecraft
Chasingplanes unity3d
A "Missiles" game replica, 2D fun mobile game about avoiding missiles while flying a plane.
Stars: ✭ 42 (-67.69%)
Mutual labels:  game, unity3d
Bright Souls
An indie "Dark Souls" clone in Unity with Adaptive Game Technology.
Stars: ✭ 91 (-30%)
Mutual labels:  game, unity3d
Gamedev4noobs
Olá, sejam bem-vindos ao repositório _gamedev4noobs_ do Estúdio Vaca Roxa. O propósito desse repositório, além de contribuir para o projeto 4noobs, é ensinar o básico do desenvolvimento de jogos para iniciantes. Apresentando boas práticas e insumos para criar games incríveis.
Stars: ✭ 122 (-6.15%)
Mutual labels:  game, unity3d

CubeWorld

Minecraft-like game demo made using Unity 3D.

The interesting part is that the terrain generation and tiles definition is very easy to configurate since all of it is in XML files located at "CubeWorld/Assets/Resources", even the rules used to update the voxels in the engine are defined in there.

The project is split in 3 parts:

  • CubeWorldLibrary: Base voxel game library, made in pure C# using Visual Studio 2008, implements simulation logic, sectors, items, tiles update logic, MULTIPLAYER support (yes, it has a very basic multiplayer support :-) )

  • CubeWorld: Demo game made in Unity that uses CubeWorldLibrary

  • CubeWorldWeb: Small Google App Engine application that handles the discovery of multiplayer games, when you create a server it automatically publishes it's IP to this web server for discovery by other clients.

Screenshot:

Screenshot

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].