Skip to content

Latest commit

 

History

History
136 lines (88 loc) · 3.91 KB

README.md

File metadata and controls

136 lines (88 loc) · 3.91 KB

Logo

Black Comet

An awesome videogame / graphic motor created in Directx 11 !

Table of Contents
  1. About The Project
  2. Getting Started
  3. Screenshots
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

Product Name Screen Shot

It's a video game developed in Directx 11 inspired by Starfox 64 that has a combat system, collisions, lights, obj exporter, shader management, billboards processing, among many other things. Developed in c++ and Directx 11.

The graphics engine can be used as the core for the creation of other video games or the development of this project itself. I would like to continue developing more levels and explore the possibilities of enviroment.

The possibilities with this base are endless, so I hope you can take the source code of this project as an example.

Built With

This project uses some external libraries, I list them below:

Getting Started

Follow the instructions below to get it working and proceed to modify or test this project.

Prerequisites

You will have to download.

  • Visual Studio compatible with all version. Default project Visual studio 2015

  • Install / update sdk & platform toolset compatible (140v)

  • Install DirectX SDK June 2010

Installation

  1. Clone the repo

    git clone https://github.com/Deathmajorasmask/Black-Comet.git
  2. Open Engine.sln in Visual Studio.

  3. Press 'Local Windows Debugger'.

Screenshots

Product Name Screen Shot Product Name Screen Shot Product Name Screen Shot

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Deathmajorasmask - [email protected]

Project Link: https://github.com/Deathmajorasmask/Black-Comet