Big game project of INT2215
Simple adventure game, PvP2 players, with a map and a player.
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".
- Player creation and movement
- Level infinity
- SDL2 mingw
- SDL2 ttf
- SDL2 mix
- SDL2 net
- SDL2 image
- OpenGL
- C/C++;
- 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
WSAD: To moving player -> like snaker