Skip to content

DrUnicornIT/OwOGoGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game OwOGoGo

Big game project of INT2215

Overview

Simple adventure game, PvP2 players, with a map and a player.

Build and Run the game

Clone this repo
Note : run by CMD.
Eg my command: "g++ -c src/*.cpp -w -m64 -I include -IC:/SDL2_ttf/x86_64-w64-mingw32/include/ -IC:/SDL2_ttf/x86_64-w64-mingw32/include/SDL2 -IC:/SDL2_mixer/x86_64-w64-mingw32/include/ -IC:/SDL2_mixer/x86_64-w64-mingw32/include/SDL2 -IC:/SDL2_image/x86_64-w64-mingw32/include/ -IC:/SDL2_image/x86_64-w64-mingw32/include/SDL2 -IC:/SDL2_net/x86_64-w64-mingw32/include/ -IC:/SDL2_net/x86_64-w64-mingw32/include/SDL2 -IC:/SDL2_mingw/include/ -IC:/SDL2_mingw/include/SDL2 && g++ *.o -o Run -s -L C:/SDL2_mingw/lib -L C:/SDL2_image/x86_64-w64-mingw32/lib -L C:/SDL2_mixer/x86_64-w64-mingw32/lib -L C:/SDL2_ttf/x86_64-w64-mingw32/lib -L C:/SDL2_net/x86_64-w64-mingw32/lib -lmingw32 -lSDL2main -lSDL2 -lSDL2_image -lSDL2_ttf -lSDL2_mixer -lSDL2_net && start Run".

Functionality

  • Player creation and movement

Bonus

  • Level infinity

Technologies and Technical Challenges

  • SDL2 mingw
  • SDL2 ttf
  • SDL2 mix
  • SDL2 net
  • SDL2 image
  • OpenGL
  • C/C++;

Implementation Timeline

  • Prodution README
  • Code main.
  • Code UI.
  • AI for enermies.
  • Code ground infinity.
  • Items,
  • Random map -> level.
  • Network - LanGame for 2 player.
  • Img art and charater

Play the game

WSAD: To moving player -> like snaker

Enjoy the game

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published