algosup / 2023-2024-project-2-x86-retrogaming-team-8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PACMAN link assembly

2023-2024-project-2-x86-retrogaming-team-8

-----------------------------------------------------

Functional Specifications

Technical Specifications

-----------------------------------------------------

Description

Named as x86-retrogaming, the goal of the project is to Reproduce the game pacman, and add some new features if possible, but keeping the concept of it visualisation exactly like it was during it publish "1970s".

Installation

For this project we have to us dos-bot to emulate a particular system processor that is x86 Architecture, This will help us to run the assembly code on, as the code shall be done in different interface.

Installation

For this project we have to us dos-bot to emulate a particular system processor that is x86 Architecture, This will help us to run the assembly code on, as the code shall be done in different interface.

Steps to follow execute the pacman game

  1. Open the Pacman folder
  2. Open the code subfolder
  3. Open the main subfolder
  4. launch the Build_main.cmd file
  5. go back to 2023-2024-project-2-x86-retrogaming-team-8 folder
  6. Execute Pacman for windows or Pacman.cmd

Steps to follow to execute the game Pacman on MacOS

  1. Open the Pacman folder
  2. Open the code subfolder
  3. Open the main subfolder
  4. Carry the bin subfolder, and the pamcman.sh file and put it in the main subfolder
  5. Open the terminal and direct yourself in the main subfolder
  6. On the terminal type the command chmod +x ./build_main.sh and press enter
  7. Next, type ./build_main.sh and press enter
  8. Repeat step 4 and 5 and use ./pacman.sh instead of ./build_main.sh
  9. when dosbox open, type main and press enter to launch the game.

Features

  1. Recreate the game pacman in Assembly programming Language.
  2. The game most visualy look like that of the year it was published "1970s".
  3. The program must be run in dos-bot.
  4. Some newly features can be added on the game.

Disclaimer

This is a fangame to honnor the game "Pacman" by NAMCO.

Contributors

Management

Avatar Name Role
David Cuahonte Cuevas David Cuahonte Project Manager

Documentation

Avatar Name Role
AtifaAMIRI Atifa AMIRI Program Manager
Bistrel2002 Tsangue Bistrel Technical Lead

Coding

Avatar Name Role
Séréna BAVAROIS Software Engineer
Bistrel2002 Mattéo LEFIN Software Engineer

Testing

Avatar Name Role
CamilleGayat CamilleGayat Quality Assurance

About


Languages

Language:Assembly 97.2%Language:Shell 1.8%Language:Batchfile 1.0%