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.


Messages - MacMercury

Pages: [1]
1
SFML projects / Re: My SFML 1.6 project - Trigonium
« on: February 26, 2013, 07:22:53 pm »
Forgive me, eXpl0it3r, before I read your post I had compiled it. Dynamically.

...After a few weeks of fighting with VM. With breaks.

Download link on the devblog.

2
SFML projects / Re: My SFML 1.6 project - Trigonium
« on: February 10, 2013, 09:00:13 pm »
Well, it is now playable :D But...

I couldn't run it on Windoze. :(

Build: ok.
Run: "Sigtrap" signal in ntdll. Instantly.

And I have limited access to the Windoze machine, so it may take a few days till I fix this.

At least I know it's in some constructor.

3
SFML projects / Re: My SFML 1.6 project - Trigonium
« on: January 27, 2013, 03:01:07 pm »
I think it would be way more funny if there were some kind of slowly decreasing inertia when you move. So that the ship can collide with a wall if you misjudge the acceleration you give.
Great idea, I'm adding it ;)

maybe circles as holes (instead of squares) might look more random. In what data structures do you represent the walls?
Sf::Image :D - yes, I'm a noob. It uses SetPixel() with sf::Color(0, 0, 0, 0).
Actually, square is a placeholder. I'm going to add completely random shapes.

4
SFML projects / My SFML project - Trigonium
« on: January 27, 2013, 11:41:05 am »
Hi! My name is Mac Mercury. I'd like to show you my first SFML (1.6, unfortunately) project - Trigonium (Latin: triangle).



Well... You're a black triangle (called Trigonium 1.0) and You have to reach the portal... Yup, that's all.
You rotate blunt (look at gameplay), and You cannot touch the wall, or You'll explode.

Currently there are 3 tutorials only, but I've already written an automatic map loader (actually, level on a picture IS loaded by that). Walls' shape doesn't matter, and objects' coords are in the config. But I haven't even started working on graphical GTK+ editor...

Game is completed on approximately 50% and will be released for GNU/Linux and also for OS-What-Must-Not-Be-Named. Currently it's milestone 0 (I'm planning to release first snapshot on February, 5).

Hope you like it ;)



Blog

>>Download<<

Pages: [1]