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

Pages: [1]
1
SFML projects / [Global Game Jam 2012] Cosmic Ring
« on: January 29, 2012, 04:20:00 pm »
Hi SFMLl community. I want to share the game that my team developed for the Global Game Jam 2012.

Explanation: You drive a space ship that is trapped in a cosmic ring. To escape from it, you need to collect a sequence of power rays in a given order.

Web: http://globalgamejam.org/2012/cosmic-ring

Gameplay Video: http://www.youtube.com/watch?v=rule2S3qmAw

2
SFML projects / CaperucitaPlusPlus
« on: February 27, 2010, 07:44:03 pm »
CaperucitaPlusPlus
Download: http://www.mediafire.com/?nhj3h5mmzdi

Genre: 2D Scrolling
Creator: Nicolas Bertoa (Nikko_Bertoa)
Plataform: PC, Windows


Description:
CaperucitaPlusPlus is a 2D scrolling game made with C++ and SFML. The game has two modes: in the day you must kill the white wolves and don’t kill the black wolves and in the night you must kill the black wolves and don’t kill the white wolves. If you kill a wrong wolf, then you will lose health. In the end of each level there is a boss. There are 4 levels for now. I chose this name because the mainly idea was ideated in the last Global Game Jam but with Python. Now I finished the game with C++ (CaperucitaPlusPlus).

You can see a video at
http://www.youtube.com/watch?v=eTQ-YlMaQCo

More information at http://nicolasbertoa.wordpress.com/2010/02/27/caperucitaplusplus/

3
Graphics / Displaying text: Visual Studio RELEASE Mode.
« on: February 24, 2010, 07:25:01 pm »
Hi community.

I'm making a game and I display text for health, FPS, etc.
When I compile and run in DEBUG MODE the text displays correctly, but when I compile the same code in RELEASE MODE the text doesn't display.

I have both modes with SFML_DYNAMIC, I setted the same libraries with -d for DEBUG MODE and without -d for RELEASE MODE.

4
Graphics / Alpha-Blending
« on: February 19, 2010, 04:46:44 am »
Hi community.

How can I use alpha-blending in SFML?

In SDL we have the function:

int SDL_SetAlpha(SDL_Surface *surface, Uint32 flag, Uint8 alpha);

What is the equivalent function in SFML?

Thanks!

Pages: [1]
anything