Skip to content

Commit

Permalink
Added Windows compiling note
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonsploder committed Sep 9, 2020
1 parent 3080d8a commit 54f8977
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ $cd Bewof
$gcc -w -lncurses -obewof bewof.c
$./bewof
```

Note it is also possible to compile on windows (tested with mingw) with [pdcurses](https://pdcurses.org/). For this to work you must also link pdcurses in the code:
```
#include <pdcurses.h> // Or whatever header file you got for pdcurses
```
### Play
In Bewof, you are the at sign (@).
The base game of Bewof uses the wasd keys to move, Q to quit, and any other key to wait
Expand Down

0 comments on commit 54f8977

Please sign in to comment.