From 49ddf731092fe29b09e16bc3c8eec4baa85894c9 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sat, 16 Sep 2017 03:22:15 +0200 Subject: [PATCH] * Trying to solve README.md issues (no headers are shown on Github?). --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3d08938..73017d7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ #Airport + ##Overview + ###What is Airport? + Airport is an open-source video game for the original Sony Playstation aka PSX/PS1. The player puts himself/herself in the role of an Air Traffic Controller (ATC), where lots of inbound/outbund flights need to be controlled without delays. ###What is Airport written with? + Airport is written using an open-source SDK called PSXSDK together with the GNU toolchain. PSXSDK can be freely [here](http://unhaut.x10host.com/psxsdk/ "PSXSDK official link"). However, a fork was created specifically from the 20150729 version with new experimental features and posted into [Github](https://github.com/XaviDCR92/psxsdk-20150729 "PSXSDK-20150729 fork").