A nostalgic re-implementation of the classic Atari Breakout game, designed specifically for PC DOS.
- Turbo C++ (>= 3.0)
- Turbo Assembler (>= 4.1)
- DOSBox or a real DOS computer
To install the required build tools and compile the source files, follow these steps:
-
Download and install DOSBox from DOSBox website.
-
Open DOSBox and mount the directory containing the project files.
mount C /path/to/PROJECT
- Change to the mounted directory.
C:
- Navigate to the
TOOLS/tcpp
directory within the project directory.
C:\>cd TOOLS\tcpp
- Run
INSTALL.EXE
.
C:\>INSTALL.EXE
-
Follow the on-screen prompts to complete the installation.
-
Move the
MAKEFILE
,COPTS.TXT
,TOOLS/TASM.EXE
, and the source files into the/TC/BIN/
directory. -
After moving the files, return to DOSBox and cd
/TC/BIN/
.
C:\>cd /TC/BIN
and start the build process:
C:\>MAKE.EXE
C:\>BREAKOUT.EXE
- Use the arrow keys on your keyboard to move the paddle left and right.
- Hit the ball with the paddle to break the bricks at the top of the screen.
- Prevent the ball from falling off the bottom of the screen by keeping it in play with the paddle.
- Try to break as many bricks as possible to score points and advance through levels.
Contributions to improve the game are welcome! If you have ideas for enhancements or bug fixes, feel free to fork the repository, make your changes, and submit a pull request.
This project is licensed under the MPL-2.0 License. See the LICENSE file for details.
Developed by M. Sami Gürpınar