I've just finished my first year in university and decided to upload my last project. We had a task to write 2 programs: a console simulator of cockroach races and a game with bots, multiplayer and such (the teacher said that it was our task to find out how to do it and that google is our best friend, he was obviously trolling us
). We also had to split up into 2 teams, and our team decided to combine those 2 projects into one multiplayer FPS game with cockroaches, the game was meant to be a parody. I grabbed SFML and Bullet physics (and sfeMovie at the end) and experimented for a few weeks, and then the work started.
The result was not as good as we wanted, but it was much better than we expected
This project was our guarantee to get good marks for programming.
The game itself is not really good: it has some memory leaks, random crashes (probably because I didn't use mutexes
) and such, but it's my first game and the first relatively big project I worked on. And this is my first step from console applications.
Here are some screenies:
And an outdated gameplay-video
Here's a
download link if you want to check it out, but I must warn you that the game uses some resources from other games, but I don't think It's a problem for such small and already obsolete project.