Skip to content

b1tranger/2D-Game_DSA-project

Repository files navigation

related repo Game-Development-Journey

[ repository created on 21st April 2025 ]

# DSA-project

this repository will contain files for the Lab Project of Data Structures and Algorithms 1 course in UITS

( note that further updates will be updated on https://github.com/b1tranger/Game-Development-Journey repo's Raylib_Game section, since the course is completed. )

# updates to do

  • make a release version (export file, playable without dependencies)
  • update game logic (broken physics, ball sticks to the paddle due to gravity)

# Note

  • You must have Raylib installed before running the .exe ( DSA_Project_Game/x64/debug/*.exe )
  • Guide: https://youtu.be/UiZGTIYld1M
  • TLDR;
    • Download https://github.com/microsoft/vcpkg .zip
    • Unzip vcpkg in System Root (C drive)
    • rename folder (remove "-master")
    • run in powershell (type “powershell” in the explorer address bar):
	./bootstrap-vcpkg.bat
	./vcpkg integrate install
	./vcpkg install raylib:x64-windows

About

this repository will contain files for the Lab Project of Data Structures and Algorithms 1 course of UITS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages