Skip to content

ygunarso/second-second-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Second) Second Life - The Office Game

This project is a game based on The Office TV Show made with C++ and SDL2 using CMake as the build system.

Dependencies

For Debian/Ubuntu

sudo apt install git build-essential pkg-config cmake cmake-data libsdl2-dev libsdl2-image-dev

Build

# Clone this repo
git clone https://github.com/ygunarso/second-second-life.git

# Create a build directory
cd second-second-life
mkdir build
cd build

# Build the project
cmake ..
make

# Run the application
./second-second-life

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published