Page 1 of 1

CurveFever CE

Unread postPosted: 28 Jul 2017, 22:15
by PT_
First of all, yay, 1337 posts at Cemetech B-) Now I'm part of the elite :D

Second, less important (jk), I want to post about a new game I'm making in C: CurveFever CE. This is a port of the rather popular online game CurveFever, which I played a lot in the past, together with my brother. Just because of my 1337th post I wanted to release something new, or create a new game, or whatever, so this is the result:

Image Image

Source:
https://github.com/PeterTillema/CurveFever-CE

Basically, you have to control a 'snake', by holding down a left and a right key (you should be able to set the keys in a menu) to move through the field, and trying to survive as long as possible. You can block others if you move well enough, and in the future I will add powerups as well, to slow down others, or move them the other way around... There will be a score board at the right, which needs to be added as well.

My intention was to make it for 4 players, all at one calc (oh boy, that's gonna be fun), but I'm not sure if that's feasible, especially with such small field. In the far future I might even add linking, that you can play 1v1 at 2 calculators. I've added in a timer to make sure you have a constant FPS, I set that now at 30 FPS which should be enough.

Anyway, enjoy the screenshots I will post in the future and if you have questions, suggestions, comments, hate comments or you just like it, feel free to post it! :)

Re: CurveFever CE

Unread postPosted: 28 Jul 2017, 23:06
by critor
Thank you for sharing ! :D
Yet another great CE game. ;)

Re: CurveFever CE

Unread postPosted: 29 Jul 2017, 05:52
by noelnadal
It's funny to see that you are trying to make a game that you said is impossible to make. :troll:

Show/Hide spoilerAfficher/Masquer le spoiler
Good luck. :bj:

Re: CurveFever CE

Unread postPosted: 31 Jul 2017, 19:00
by PT_
I've added in random gaps, and the first part of checking if you hit another line. For now, you can just pass through your own line, but not through anothers:

Image

Re: CurveFever CE

Unread postPosted: 07 Aug 2017, 19:21
by PT_
Got some more things done; I've added powerups, for example, slow down the opponent(s), speed up, thicker line etc. They appear randomly and when you 'pick up' a powerup, it disappears. They don't work correctly, I gonna work on that. :)

Image

Re: CurveFever CE

Unread postPosted: 09 Aug 2017, 20:53
by PT_
Now pretty much every powerup is working, except the 'corners' one, where you turn with 90 degress if you press left or right. :)

Image

(#fail at the end :P)