Reversed engineered game Starflight (1986)

GitHub – s-macke/starflight-reverse: Reverse engineered game Starflight (1986) Skip to content You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert s-macke / starflight-reverse Public Notifications You must be signed in to change notification settings Fork 12 Star 171 Reverse engineered game Starflight (1986) 171 stars 12 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings s-macke/starflight-reverse master Branches Tags Go to file Code Open more actions menu Folders and files Name Name Last commit message Last commit date Latest commit History 400 Commits 400 Commits .github/ workflows .github/ workflows images images src src starflt1-in starflt1-in starflt1-out starflt1-out starflt2-in starflt2-in starflt2-out starflt2-out webarchive webarchive .gitignore .gitignore Makefile Makefile README.md README.md View all files Repository files navigation Starflight-Reverse What is Starflight? Back in the 80ths, an unknown company called Binary Systems published the game Starflight. The game puts the player in the role of a starship captain sent to explore the galaxy. There is no set path, allowing players to switch freely between mining, ship-to-ship combat, and alien diplomacy. The broader plot of the game emerges slowly, as the player discovers that an ancient race of beings is causing stars to flare and destroy all living creatures. The game has been widely praised by both contemporary and modern critics, and is one of the earliest instances of a sandbox game. The game influenced the design of numerous other games for decades after its release. To find out more about the game check the following links: Wikipedia The Digital Antiquarian Starflight Resource Pages Technical Articles Saved from Oblivion Review of Starflight 1 Review of Starflight 2 Other fan sites or projects 1 2 3 4 5 You can buy the game at GoG What is this project about? The first time I heard about the game I wanted to play it. However, I was too young and could not speak English. 20 later I tried again and it was a very pleasant experience. The exploration is fun, the storyline is epic and ends with a surprise, that is one of the best I have experienced. Sure, the game hasn’t aged well, but you can feel the devotion of the developers to the game. There’s an art aspect to this game as well as a craftman’s attention to detail. As much as playing this truly amazing game is fun, so is reverse engineering this game. You follow in the footsteps of the developers and experience their thought processes as if it were the year 1985 again. For this game expect the unexpected. Normally when you reverse engineer such an old game you have to receive ten thousands of lines of pure assembler code, which you can analyze with the usual tools such as IDA Pro. But not t

Source: Hacker News | Original Link