AbdelrahmanNoaman / Microprocessor-Game-Simulator

This is an assembly language game project which connect 2 PCs through a Simple network, using serial communication and let them write commands on virtual microprocessor which executes on your opponant's virtual MP and the one who firstly puts the required values on his opponent wins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download DOSbox from the link below

Sourceforge

Create a folder in your C drive

Download this repo, extract it and paste all the all files in your newly created folder.

Open DOSbox .cong file and write the following code at very bottom of the conf file for automatic mount on every launch.

mount c c:\folder_name
c:

About

This is an assembly language game project which connect 2 PCs through a Simple network, using serial communication and let them write commands on virtual microprocessor which executes on your opponant's virtual MP and the one who firstly puts the required values on his opponent wins


Languages

Language:Assembly 100.0%