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 - biscuitdough

Pages: [1]
1
SFML projects / Hello World
« on: June 13, 2012, 04:33:14 am »
Hi There!
Myself , 7 programmers, 2 artists and 1 musician have been working on "Hello World", a 2d arcade platformer in C++/SFML for the past 20 weeks. Yesterday and today have been our first big pubic outing, and we're excited to show you what we've come up with!




http://www.vimeo.com/video/43789379


You can see our indieDB page here:
http://www.indiedb.com/games/hello-world
Download the demo/beta from our website here:
http://www.helloworldgame.com/
and if you like what you see, upvote us on reddit here:
http://www.reddit.com/r/gaming/comments/uytns/just_finished_a_year_long_project_making_a_space/

Hope you guys enjoy it!

2
SFML projects / Rule of War
« on: October 04, 2010, 08:35:05 am »
http://gamejolt.com/open-source/games/arcade/rule-of-war/3620/

 Just got up a beta of my first sfml game. Worked on this project on and off for around 3 weeks and it's been great working with the library so far. Makes SDL feel more archaic than it already is, and much simpler and more robust than java's 2d api.

The game requires 2-4 players, and a dual stick gamepad for each person. I realize not many people will get to play it because of this, but if you happen to have some friends and controllers handy(xbox 360 ones work great) it's a fun little arcade shooter.

If anybody wants to compile it for mac, the source code is all there, and it would be much appreciated. :D

enjoy!

3
Window / 1.6 number of joysticks
« on: September 03, 2010, 09:20:09 pm »
On the sfml todo list, it says that the number of joysticks in version 1.6 was raised from 2 to 4, but in the documentation it still says that the only joy numbers you can put in are 0 or 1 when requesting info about joystick input. I was just going to order a 3rd controller, but wanted to make sure it really supports more than 2.
also, i know it's a weird request but, is there any reason that SFML has to limit the number of gamepads at 4? im working on a game that's a quasi-sequel  of Tank 8, a super hard to find Atari game that's basicly Combat but with 8 players.
http://www.arcade-history.com/?n=tank-8&page=detail&id=3675
and yes, it's as awesome as it looks. I mean 4 players is fine, and if adding more joysticks takes up too much memory or cycles, I completely understand, but 8 player tank battles would certainly be cool.

Pages: [1]