rrojasf / Lemmings.ts

A Web Lemmings Clone/Remake in TypeScript

Home Page:https://lemmings.hmilch.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lemmings.ts

A Web Lemmings Clone/Remake in TypeScript - 🎉 Yes it's 100% JavaScript 🎉

[play the game]

Feature

  • Browser Game
  • Support all variants of Lemmings Game
  • Read original Lemmings binaries on the fly
  • Support playing of original music by interpreting the adlib.dat file and using an Adlib emulator(s) (DosBox or Robson Cozendey )

ToDo

  • fix some game issues
  • touch support

How to run

  • download the Lemmings.ts.zip from releases
  • copy the original Lemmings, OhNo and Holiday binaries into the directory run/{version}/
  • start lemmings.html

How to compile

  • you need TypeScript to compile the code to JavaScript

State

demo1 demo2

Disclaimer

Disclaimer: This Project does not claim rights to any Lemmings Version. To the best of our/my knowledge, these titles have been discontinued by their publishers. If you know otherwise, please contact us/me and we will remove them accordingly. Thank you for your attention. See the LICENSE for more information.

Standing on the shoulders of giants

Special thanks goes to:

  • DMA for the original game
  • Volker Oth, ccexplore and Mindless for their work on reverse engineering the Lemmings Level and Grafic Formats
  • DosBox for there OPL emulator
  • Robson Cozendey for his Java OPL3 emulator

About

A Web Lemmings Clone/Remake in TypeScript

https://lemmings.hmilch.net/

License:Other


Languages

Language:TypeScript 99.0%Language:HTML 1.0%