Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gr3yknigh1/gfs
- Owner: gr3yknigh1
- Created: 2024-04-21T18:50:07.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-22T21:23:15.000Z (16 days ago)
- Last Synced: 2024-10-23T08:01:35.387Z (15 days ago)
- Topics: c, win32
- Language: C
- Homepage:
- Size: 6.06 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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