Diogo Eichert
Diogo Eichert
Add core2d under Engines
As a macOS user, it would be convenient to be able to install z88dk with: ``` brew install z88dk ```
It would be very helpful to have a section in the `README.MD` file about how to build the software.
Add package install instructions
**Is your feature request related to a problem? Please describe.** I'm always frustrated when I want to join the achievement developer community but then I realise I'd need a Windows...
This should fix missing `bin` directory creation on `Makefile` #1
First `make` run output: ``` mv: rename main.bin to bin/main.com: No such file or directory make: *** [build] Error 1 ``` After creating a `bin` directory it's clean: ``` Binary...