Code Monkey home page Code Monkey logo

zenith's Introduction

Zenith

Zenith is an upcoming open-world roguelike-like game currently in development. It is written in C++17 using the SDL2 library.

Building from source

  1. Install the dependencies: CMake and SDL2.

    Ubuntu:

    sudo apt-get install cmake libsdl2-dev
    

    macOS (with Homebrew):

    brew install cmake sdl2
    

    Windows:

  2. Generate a build system:

    cmake .
    

    You may need to define the path to SDL2:

    cmake . -DSDL2_PATH="/path/to/SDL2"
    
  3. Build the project using the generated build system, or directly from the command line using:

    cmake --build .
    

    Or in release mode:

    cmake --build . --config Release
    

    This creates the game executable in the project root directory. On Windows you may need to copy SDL2.dll to this directory to run the game.

Feel free to open an issue if you run into any problems.

License

The Zenith source code is licensed under the GNU General Public License. See the file LICENSE.txt for the full license text.

zenith's People

Contributors

emlai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

zenith's Issues

VS errors

Greetings Emil

I downloaded your roguelike project on github a couple days ago. I usually use Visual Studio for most of my programming, so I tried building your project with it. I reckoned that it would work since VS has Cmake support. But since I'm not too familiar with C++ I encountered lnk 2005 errors whenever I thought I solved another error. These errors are related to mapkey, savekeymap, etc which are used in Component.cpp, Controller.cpp and Controller.h

If you have the time would you be so kind to take a look at it and point me in the right direction?
I must say I have learned a bit just from trying to correct errors altough I would love to see the actual game.

Thanks in advance

Zenith-Master file can be found below.
https://drive.google.com/file/d/1SQG_LAVDxg39xAkDX25hlEx-9WvekMVZ/view

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.