Code Monkey home page Code Monkey logo

breakout's Introduction

Atari Breakout Re-implementation for DOS

Overview

This project is a nostalgic re-implementation of the classic Atari Breakout game, designed specifically for PC DOS. Bringing back the retro gaming experience, this project aims to recreate the addictive gameplay and simple graphics of the original game.

Features

  • Faithful recreation of the classic Atari Breakout gameplay.
  • Retro-style graphics and user interface reminiscent of early gaming consoles.
  • Simple controls for easy and intuitive gameplay.
  • 4 unique levels.

image image image image

Prerequisites

  • Turbo C++ (>= 3.0)
  • Turbo Assembler (>= 3.2)
  • DOSBox or a real DOS computer

Building

To install the required build tools and compile the source files, follow these steps:

  1. Ensure you have DOSBox installed on your system. If not, download and install DOSBox from DOSBox website.

  2. Open DOSBox and mount the directory containing the project files. For example, if the project files are located in a directory named PROJECT on the host machine, you can mount it in DOSBox using the following command:

mount C /path/to/PROJECT
  1. Change to the mounted directory by typing:
C:
  1. Navigate to the TOOLS/tcpp directory within the project directory using DOS commands:
C:\>cd TOOLS\tcpp
  1. Run the installation executable INSTALL.EXE by typing its name and pressing Enter:
C:\>INSTALL.EXE
  1. Follow the on-screen prompts to complete the installation of the required build tools.

  2. Move the MAKEFILE and the source files into the /TC/BIN/ directory within the project directory.

  3. After moving the files, return to DOSBox and navigate to the /TC/BIN/ directory:

C:\>cd /TC/BIN

and start the build process:

C:\>MAKE.EXE

How to play

  • 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.
  • Enjoy the nostalgic gaming experience of Atari Breakout on your DOS system!

Contributing

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Credits

Developed by M. Sami Gürpınar

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.