Skip to content

Candy World is game coded in assembly language using masm32. It is just similar to famous game candy crush.

Notifications You must be signed in to change notification settings

pyxploiter/candy-world

Repository files navigation

Candy World


<== This project is made in Assembly Language using Masm32 ==>

  • Mainly focused on windows.inc library.

Files in Project:-

  1. Assets (Folder) => includes all the images used in project.
  2. CandyWorld.asm => All of the source code is written in this file.
  3. bitblt.inc => This file contains all prototypes, macros, and definintions.
  4. rsrc.rc => this file contains paths of resource files (e.g. images,icon,cursor) and their declaration.
  5. 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:

screenshot1

screenshot2

About

Candy World is game coded in assembly language using masm32. It is just similar to famous game candy crush.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published