<== This project is made in Assembly Language using Masm32 ==>
- Mainly focused on windows.inc library.
Files in Project:-
- Assets (Folder) => includes all the images used in project.
- CandyWorld.asm => All of the source code is written in this file.
- bitblt.inc => This file contains all prototypes, macros, and definintions.
- rsrc.rc => this file contains paths of resource files (e.g. images,icon,cursor) and their declaration.
- makeit.bat => this file is used to compile the source code. ** .OBJ files are automatically generated when code is compile.
Here are screenshots of the game: