All Projects → tonihele → Openkeeper

tonihele / Openkeeper

Licence: other
Dungeon Keeper II remake

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Openkeeper

Triplea
TripleA is a turn based strategy game and board game engine, similar to Axis & Allies or Risk.
Stars: ✭ 268 (-7.27%)
Mutual labels:  game
Arkstatsextractor
A tool for the game ARK: Survival Evolved. Extracts possible levelups of creatures to get the values for breeding. With library and pedigree-view.
Stars: ✭ 279 (-3.46%)
Mutual labels:  game
Cute headers
Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
Stars: ✭ 3,274 (+1032.87%)
Mutual labels:  game
Noahgameframe
A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
Stars: ✭ 3,258 (+1027.34%)
Mutual labels:  game
Docker Mtgo
Docker image with ready-to-play MTGO (Magic Online) for Linux and macOS
Stars: ✭ 275 (-4.84%)
Mutual labels:  game
Games
Create interesting games by pure python.
Stars: ✭ 3,431 (+1087.2%)
Mutual labels:  game
Quadtree Js
A lightweight quadtree implementation for javascript
Stars: ✭ 265 (-8.3%)
Mutual labels:  game
Ucity
The open-source city-building game for Game Boy Color.
Stars: ✭ 288 (-0.35%)
Mutual labels:  game
Tic Tac Toe Js
#⃣ Tic-tac-toe.js: redux pattern implemented in vanilla javascript
Stars: ✭ 279 (-3.46%)
Mutual labels:  game
Minigolf
A minigolf game written without a game engine in C
Stars: ✭ 282 (-2.42%)
Mutual labels:  game
Base
Base environment for Red Eclipse and associated source files.
Stars: ✭ 273 (-5.54%)
Mutual labels:  game
Quiz Game
Multiple choice questions answer game for android (Quiz game).
Stars: ✭ 277 (-4.15%)
Mutual labels:  game
League Of Legends Bot
League of legends bot is a pixel bot for League Of Legends 10.19, written in C# .NET using image processing , and dependency injection (Pattern Scripting)
Stars: ✭ 275 (-4.84%)
Mutual labels:  game
Wizardwarz
WebGL Multiplayer game with NodeJS backend
Stars: ✭ 270 (-6.57%)
Mutual labels:  game
Widelands
Widelands is a free, open source real-time strategy game with singleplayer campaigns and a multiplayer mode. The game was inspired by Settlers II™ (© Bluebyte) but has significantly more variety and depth to it.
Stars: ✭ 285 (-1.38%)
Mutual labels:  game
Rewtro
Papercraft videogame cartridges you can print and pirate with a copy machine.
Stars: ✭ 267 (-7.61%)
Mutual labels:  game
Openttd
OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe
Stars: ✭ 3,765 (+1202.77%)
Mutual labels:  game
Phaser Catch The Cat
An HTML5 game 'Catch The Cat' powered by Phaser 3
Stars: ✭ 282 (-2.42%)
Mutual labels:  game
Isetta Engine
Novice-built game engine from the ground up (with blogs!)
Stars: ✭ 285 (-1.38%)
Mutual labels:  game
Zooshi
Multi-platform game where you feed well dressed animals with sushi
Stars: ✭ 281 (-2.77%)
Mutual labels:  game

OpenKeeper

An open source remake of the Dungeon Keeper II game and engine.

Goal is to fully implement the game (version 1.7 with 3 bonus packs) as open source cross platform version, with minimal or no changes at all, using the original game assets. So it will require the original game to play / develop. Future development could have fan made graphics (to at least enable standalone version) and features.

OpenKeeper is written in Java using JMonkeyEngine. Currently we are using JME 3.3 + Java 11.

Build Status

Here is my YouTube channel where I sometimes publish videos of the progress.

Contact

For persistent discussion and/or feedback, try this forum at keeperklan.com. Also we have opened a Discord channel.

Contributing

We are always looking for talented people to join us. I'll try to create as many issues I possibly can and keep them simple and small. You can start from these or come join us on IRC or email. Pull requests are always welcome! See how to set up the project.

Please keep in mind:

  • Learn to use GIT (forking, pull requests, etc)

  • Coding style

    • Global variables on top
    • Javadoc on at least public & protected methods
    • Organize imports
    • Default Netbeans code formatting
    • Code header (the license)
  • One feature per branch / commit

  • If in doubt, ask! :)

License

GNU GPLv3 or later. You should add license.txt to your IDE to appear as automatic header in code files.

Resources

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