Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gr3yknigh1/gfs

(Work in progress) Game From Scratch in C and WinAPI
https://github.com/gr3yknigh1/gfs

c win32

Last synced: 12 days ago
JSON representation

(Work in progress) Game From Scratch in C and WinAPI

Awesome Lists containing this project

README

        

# GFS

> Game From Scratch

I am making this project during me watching
[Handmade Hero series](https://handmadehero.org/). Check this out.

## Screenshots (badcraft Demo)

![Screenshot_00](/.github/screenshot_00.png)
![Screenshot_01](/.github/screenshot_01.png)
![Screenshot_02](/.github/screenshot_02.png)
![Screenshot_03](/.github/screenshot_03.png)

## How to build?

### Requirements

Tools:

* CMake: version 3.20
* MSVC: version i am lazy to check which minimal version of the compiler you need.

DLLs (the should be on every windows machine these days):

* `Xinput.dll`
* `DirectSound.dll`

### Steps

1. Run build script

```cmd
.\build.bat
```

2. Done