SFML community forums

General => SFML projects => Topic started by: Macecraft on January 17, 2016, 09:35:03 pm

Title: University Project - The Dare
Post by: Macecraft on January 17, 2016, 09:35:03 pm
Hey guys,

so I haven't posted on these forums before but I'm a huge fan of the SFML library. So when my university told us we'd be working in teams of 5 people working on a game for 6-weeks, I decided it was time to bring SFML out!

We're aiming to create a top-down 2D horror game. Basic principles of being set in a psychiatric ward, and having the patients try kill you while you explore this unknown terrain. All our code is on github, and we'll be updating this topic whenever we've made changes and what we've done. We'll also post up the design document (in a link) so you can understand the ideas.


We've done 5-days of work and we have the following:

https://www.youtube.com/watch?v=MAfMzDKMO8U

Source code (not very tidy at the moment): https://github.com/BeastModeSHU/TheDare

And some images

(https://static.wixstatic.com/media/984db6_4eddfaa33f454582bd656960c927ef72.jpg/v1/fit/w_1415,h_796,q_90,usm_0.66_1.00_0.01/984db6_4eddfaa33f454582bd656960c927ef72.jpg)

(click to show/hide)
Title: Re: University Project - The Dare
Post by: Ungod on January 17, 2016, 09:45:05 pm
Looks pretty good for 5 days of work. I suppose this isnt your first SFML project?
Title: Re: University Project - The Dare
Post by: Macecraft on January 17, 2016, 09:49:58 pm
Looks pretty good for 5 days of work. I suppose this isnt your first SFML project?

Actually it is my first project to be continually worked on for longer than 2 days in SFML. I've just had experience in libraries that work fairly similarly.