Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - vip-ak47

Pages: [1]
1
SFML projects / School management simulator
« on: April 20, 2014, 04:35:52 pm »
Latest update: http://en.sfml-dev.org/forums/index.php?topic=14988.msg110714#msg110714
Hello everyone!

I'm working on this game for quite a while (for a month or so). This game was obviously inspired by Prison Architect. Right now there is not that much of a game. Only core stuff is done. The point of the game will be to create a successful school. You are playing as a director. You will be able to build classrooms, hire teachers and other stuff. Some features of current build:

*200x200 world (40000 tiles). The world is being drawn using vertex array so It's very fast. I also tried 2000x200 world. The loading was kinda long, but after that everything was very smooth on my not the most modern pc.

*Simply ai. Workers can build walls and other stuff. They navigate around using A* pathfinding algorithm.

*Selfmade gui system. Features text wrapping and 9-patch images. Right now only 2 widgets are done (Button and slider), but adding new widgets is very easy. Only does 1 draw call (+1 per every text line) because its also uses vertex array. Here is the pic:


Here is the pic of current build:

(click to show/hide)

You can grab binaries here: https://dl.dropboxusercontent.com/u/27482836/game.rar
If somebody wants, I can post source files here. I'm not using git or anything like that, so it will be just archive of files.

Controls:
Use buttons to select different tools.
Use left mouse click to use that tool.
Use right mouse click to move your guy around.
Drag while holding middle mouse button to move camera around.

Please, post any errors you find. You can also post suggestions.
Thanks for this awesome library

Pages: [1]