Skip to content

midzer/empty-clip

Repository files navigation

Empty Clip - Top-down shooter RPG
by Alan Witkowski
https://empty-clip.gitlab.io

----- DOWNLOADING -----

Download and extract the latest emptyclip-*-src.tar.gz from https://gitlab.com/empty-clip/code/-/releases

OR

Clone the repository:
git clone https://gitlab.com/empty-clip/code.git --recurse-submodules emptyclip

----- BUILDING ON LINUX -----

-- Dependencies required --
ninja
cmake 2.8.12+
sdl2
sdl2_image
sqlite3 3.32.0+
freetype2
openal
libvorbis
libogg
zlib

-- Installing dependencies on Debian --
sudo apt install ninja-build cmake build-essential libsdl2-dev libsdl2-image-dev libopenal-dev libvorbis-dev libfreetype6-dev libsqlite3-dev sqlite3

-- Installing dependencies on Arch Linux --
sudo pacman -S base-devel ninja cmake sdl2 sdl2_image openal libvorbis libogg freetype2 sqlite

-- Build executable --
./build.sh

-- Run the game without installing --
cd working && ./emptyclip

-- Installing --
cd build/release
sudo ninja install

-- Uninstall --
cd build/release
cat install_manifest.txt | xargs sudo rm

-- Save data --
Windows: %APPDATA%/emptyclip
  Linux: ~/.local/share/emptyclip

About

2D role-playing game ported for the web

Resources

License

Stars

Watchers

Forks

Languages