Skip to content

kabi0u0/assign7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

My Game Project

This is a simple 2D game project implemented in C++.

Description

  • Player, Enemy, and Experience objects with position, size, and priority.
  • Player levels up after collecting experience.
  • Enemy moves toward player.
  • Basic collision handling.

Status

Currently under development.

How to Build

Use cmake and make to build the project:

mkdir build
cd build
cmake ..
make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published