Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nzeemin/uknc-loderunner
🕹️ Porting BK game Lode Runner to UKNC.
https://github.com/nzeemin/uknc-loderunner
16bit game lode-runner macro11 ms0511 pdp11 porting porting-game uknc
Last synced: about 2 months ago
JSON representation
🕹️ Porting BK game Lode Runner to UKNC.
- Host: GitHub
- URL: https://github.com/nzeemin/uknc-loderunner
- Owner: nzeemin
- License: lgpl-3.0
- Created: 2015-03-11T00:15:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T15:10:44.000Z (over 5 years ago)
- Last Synced: 2023-02-28T16:22:15.838Z (almost 2 years ago)
- Topics: 16bit, game, lode-runner, macro11, ms0511, pdp11, porting, porting-game, uknc
- Language: C#
- Homepage:
- Size: 122 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uknc-loderunner
Porting BK game Lode Runner to UKNC.Screenshots of the ported version:
![](screenshot/current-menu.png)
![](screenshot/current-level.png)
#### Original BK version
Disassembled and partially commented original game code: https://github.com/nzeemin/uknc-loderunner/blob/master/original/loderunner.lst![](original/screen-menu-bw.png)
![](original/screen-level.png)
#### Article
[Портирование Lode Runner с БК на УКНЦ](https://habr.com/ru/post/383497/) – article about the porting, in Russian
#### See Also
- [Porting the same game to NEMIGA](https://github.com/nzeemin/nemiga-loderunner)