Merge branch 'master' of ssh://play.qtechofficial.com:9940/nbrooks211/playergame

This commit is contained in:
zombie maniac 2023-10-30 18:32:21 -04:00
commit 9cc2f0b129
Signed by: nbrooks211
GPG key ID: F43C85C0DF0C334E

View file

@ -18,7 +18,7 @@ PlayerGame is written in c99 and does indeed compile with tcc and other wack com
- 80x40 charactor display - 80x40 charactor display
- puts printf clock.h (i plan on supporting rdtsc) - puts printf clock.h (i plan on supporting rdtsc)
- 9k of ram + os - 9k of ram + os
-
# Building # Building
1. git clone it 1. git clone it
2. install meson (idk how pip install it i guess) 2. install meson (idk how pip install it i guess)
@ -27,12 +27,17 @@ PlayerGame is written in c99 and does indeed compile with tcc and other wack com
### Linux and friends ### Linux and friends
`mkdir builddir` `mkdir builddir`
`cd builddir` `cd builddir`
`meson setup builddir` `meson setup builddir`
`meson compile` `meson compile`
### Suckless MFs ### Suckless MFs
`cd src` `cd src`
`tcc main.c -lcurses` `tcc main.c -lcurses`
# Screenshot # Screenshot