aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 076a6299e5957acf1f99bb37d5f86924e8bcec18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Poulbi's Handmade Hero Linux port

## Overview
To make sure I internalize the Handmade Hero series, I am porting the game over to Linux.

## Usage
Create a `handmade.cpp` and implement `handmade_platform.h`.  It will then get compiled into a
shared object by the build script.

## Build
Run the build script.  This will create a `build` directory in the parent directory.
```sh
./build.sh
```

## Running
```sh
../build/linux_handmade
```

# Resources
- [Episode Guide](https://guide.handmadehero.org/)