Giter Club home page Giter Club logo

Build Status Build status

Unreal Arena

Unreal Arena is a fast-paced first-person shooter that aims to merge the universes of Unreal Tournament** and Quake III Arena**. The idea behind it is very simple: the player can choose from either side, determining in this way which weapons/items/movements are available, and fight against other players of the opposite faction with their own traits.

The game is a community developed open-source project powered by the Daemon engine and has all content recreated from scratch inspired by the original works.

** Unreal Tournament™ is a trademark or registered trademark of Epic Games, Inc. in the United States of America and elsewhere. Quake III Arena™ is a trademark or registered trademark of id Software LLC in the United States and/or other countries. The authors of Unreal Arena are not affiliated with, endorsed by, nor connected in any way to Epic Games, Inc., id Software LLC or any of their subsidiaries.

Build Instructions

Linux

$ mkdir build
$ cd build
$ cmake ..
$ cmake --build . -- -j$(nproc)

OS X

$ mkdir build
$ cd build
$ cmake -G "Unix Makefiles" ..
$ cmake --build . -- -j$(sysctl -n hw.ncpu)

Windows

> mkdir build
> cd build
> cmake -G "NMake Makefiles" ..
> cmake --build .

32-bit cross-compiling on Linux

$ mkdir build
$ cd build
$ cmake -DCMAKE_TOOLCHAIN_FILE=cmake/cross-toolchain-mingw32.cmake ..
$ cmake --build . -- -j$(nproc)

64-bit cross-compiling on Linux

$ mkdir build
$ cd build
$ cmake -DCMAKE_TOOLCHAIN_FILE=cmake/cross-toolchain-mingw64.cmake ..
$ cmake --build . -- -j$(nproc)

Run Instructions

Linux

  • Run daemon

OS X

  • Run Unreal Arena.app

Windows

  • Run daemon.exe

Unreal Arena's Projects

unrealarena icon unrealarena

A fast-paced FPS that aims to merge the universes of Unreal Tournament and Quake III Arena.**

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.