Welcome to the Food Collecting Game, a classic gaming experience implemented in x86 Assembly language using NASM and designed to run on DOSBox.
This retro-style game allows you to collect food items in a pixelated world while avoiding obstacles and challenges. It's a fun and nostalgic journey back to the early days of gaming.
Food-Col_vid.mp4
Follow these steps to set up and play the Food Collecting Game on your system:
-
DOSBox: Ensure you have DOSBox installed on your system. You can download it from DOSBox.
-
NASM (Netwide Assembler): Make sure you have NASM installed to assemble the game code. You can download NASM from NASM.
-
Clone the game repository to your local machine.
git clone https://github.com/afaq-ahmed07/Food-Collector_Assembly_Language.git
-
Open DOSBox and mount the directory where the game code is located. For example:
mount c /path/to/food-collecting-game c:
-
Assemble the game code using NASM:
nasm -f bin FOOD_COL.asm -o FOOD_COL.com
-
Run the game in DOSBox:
FOOD_COL.com
-
Enjoy collecting food items and mastering the challenges of the game!
- Use arrow keys for movement.
- Collect food items to earn points.
- Avoid obstacles and adversaries.
Contributions to enhance or expand the game are welcome. Feel free to submit pull requests and open issues for collaboration.
If you have any questions or need assistance while playing the game, don't hesitate to reach out. Have a great time collecting food and reliving the nostalgia of classic gaming!