Git Product home page Git Product logo

ack3d's Introduction

ACK-3D for DOS/Watcom

This repository contains fixed up code and demo projects/assets for the ACK-3D engine that was included in the book, "Amazing 3-D Games Adventure Set" by Lary Myers, published in 1995.

The CD included with that book contained multiple versions of the ACK-3D engine, two of which were for DOS (one for Watcom C++ 9.5 and the other Borland C++ 4.0/4.5) and another copy for Windows which was also the latest version of the ACK-3D engine at that time. The two DOS versions do not build out of the box without issues (crash bugs, etc). Additionally, the code for the DOS version of the map editor does not build as-is.

In this repository, I have taken the Windows version included on the book's CD and back-ported it to DOS using Watcom C++ 10.0a. I have also fixed build issues with the DOS map editor and cleaned up the makefiles and build scripts for all included tools and projects. Lary used his own custom MK.EXE tool which kind of did stuff similar to a makefile, but it was his own custom tool that was limited. I have not really left Windows compatibility as that was not a goal of mine. Having said that, I don't think it would be super difficult to add that back if someone desired it.

Some minor bugs and other improvements have been made, but nothing major. Many of the existing bugs that were present in ACK-3D remain (e.g. secret doors render strangely or not at all in many cases, and multi-height walls still can be seen through ceilings, etc.). I may try to fix some of these things in the future.

Finally, I have included a somewhat simpler example project that has been thoroughly commented. This project I hope serves to demonstrate what Lary covered in chapter's 11 and 14 of the book, but instead focused on DOS only and without going overboard with extra things like the FDEMO and MALL projects both did.

Also, I wrote two posts about this whole adventure here and here if anyone is interested.

Repository Layout

/ack_lib

The core ACK-3D library, based on the Windows version included on the book's CD.

/bpic

Source for the BPIC utility discussed in the book in Appendix A, used for constructing resource files.

/map_edit

Source and data files for the DOS version of the map editor. Unlike the Windows version "ACKEDIT" (not included in this repository), this does not work with resource files directly and so is not quite as convenient to work with.

/fdemo

Source and assets for the "FDEMO" project discussed briefly in the book in Appendix C.

/mall

Source and assets for the "MALL" project also discussed briefly in the book in Appendix C. This project is very, very similar to the "FDEMO" project and really only differs by assets used.

/example

An example project I created from scratch (but using assets from the Station Escape, FDEMO and MALL projects from the book's CD).

ack3d's People

Contributors

gered avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.