Code Monkey home page Code Monkey logo

fableworld's Introduction

War Lord

War Lord is RTS game, created with DirectX 9.0c and C++.
For the pathfinding Recast&Detour is used

alt tag

Battle system

You can fight the enemies by first picking your unit and then move it to the enemy

alt tag alt tag

Dialogue system

The player can communicate with entities, which have dialogue attached to them.
The dialogue consist of multiple choices for the player and each choice can lead to different result.
The dialogues are stored in xml files and are loaded in the game with tinyxml.

alt tag

Particle system

Currently it is used for the gun effect so you can shoot your opponents with spells

alt tag

Terrain

Different terrains can be created, based on the passed heightmap, which can be easily edited in Photoshop.
The player character moves according to the heights of the terrain.
The game supports terrains with up to 1 million vertices.

Skinned and static models

For loading the models in the game is used the .x file format.
The game supports playing animations of the skinned models.

Scripts

All the models in the scene are loaded from level file, which is written in lua.
The level file is exported from the Level editor.

Custom UI system

The UI system in the game consists of buttons, labels, textboxes and checkboxes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.