Skip to content

mcdooda/crispy-guacamole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crispy Guacamole

Crispy guacamole (code name) is an old school 2D real time strategy game. It comes with an easy to use map editor.

Crispy guacamole screenshot

How to

Windows

Crispy guacamole can be compiled and ran using the dedicated windows scripts.

The only requirements are Visual Studio 2017, git and cmake. Hopefully, the latters come prepackaged along Visual Studio 2017.

You will need to add them to the PATH environment variable. They are located there by default:

  • C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE
  • C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\Extensions\eysyln0k.p1s\Git\mingw32\bin (only if the git extension is installed, another installation of git works fine too)
  • C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin

Compiling

Usage

  • Run game.bat to open the game
  • Run editor.bat to open the map editor

Linux

Compile and run Crispy guacamole linux-style:

Compiling

In order to compile Crispy guacamole, these softwares are required: cmake, make, g++.

You also need to install these development libraries: lua5.3, SDL2, SDL2_image, SDL2_mixer, SDL2_ttf, GL, GLEW.

Then, open a terminal and type the following:

git clone https://github.com/mcdooda/crispy-guacamole.git
cd crispy-guacamole
cmake . -G "Unix Makefiles"
make

Usage

Open the map map1 in the mod crispy-guacamole

./crispy-guacamole mods/crispy-guacamole map1
  • Add -e to open the map in the map editor
  • Add -w to open the game in window mode instead of fullscreen

Mac OS

Sadly, Mac OS is not supported as the time. Feel free to contribute and help up bring the game to more platforms.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published