acoto87 / war1

A remake of Warcraft: Orcs & Humans written in C
zlib License
135 stars 5 forks source link
c game game-engine nanovg rts rts-game warcraft

War1

A remake of Warcraft: Orcs & Humans written in C.

This is a remake of the Warcraft: Orcs & Humans game created and published by Blizzard Entertainment in 1994. It pretends to be a complete implementation of the game using only the assets (*.WAR files) from the original game.

War1 is not an official Blizzard Entertainment product. It intent to be an enhancement of the original product with modern RTS features. You will need a copy of the original Warcraft: Orcs & Humans MS-DOS (or shareware) version be able to play War1. You can get it here Warcraft: Orcs and Humans. Warcraft and all graphics you see in the game are a registered trademark of Blizzard Entertainment.

Current features (this list is not complete):

Still to develop (this list is not complete):

You can check videos of gameplay and features as they are built here.

How to build

  1. Clone the repository git clone https://github.com/acoto87/war1

Windows

  1. Download and install MinGW (or MinGW-w64 for 64 bits builds).
  2. Get the DATA.WAR file and place it in the assets folder.
  3. Run build-gcc-win32.bat (or build-gcc-win64.bat for 64 bits builds).

Raspberry PI

  1. Install gcc (usually comes with the build-essential package).
  2. Install libx11-dev package.
  3. Run build-gcc-linux.sh.

How to run

Since I'm not able to distribute the DATA.WAR file, which contains the original assets, there is a little process to get the game working properly (this applies if you don't own a copy of the game that you can purchase here Warcraft: Orcs and Humans).

If you own an original copy of the game, or just bought the game on GOG, find the file DATA.WAR and just copy and paste it into the War 1 folder, and execute war1.exe.

Or just start the game and there is an option within the game to download the file.

If you don't own the original game and want to try it with the demo version, just download the demo version of DATA.WAR. Or just start the game and there is an option within the game to download the file.

If you want to check were that file comes from, it's from here: https://archive.org/details/WarcraftOrcsHumansDemo. If you click SEE ALL in the DOWNLOADS section you will see a WCRFT.ZIP (View Contents) entry, just click on View Contents and there is a line with the DATA.WAR file of the demo version.

Libraries used

Here is my TODO list.

Other Warcraft 1 re-implementations:

Screenshots

Gifs Images