Search found 11 matches

by TonkoD
December 14th, 2013, 6:24 pm
Forum: Everything
Topic: Snake Game finally completed
Replies: 10
Views: 6015

Re: Snake Game finally completed

I just tested it and it crashes to me too! Fugired out why and the problem is with a sprite the game doesn't use anymore but I forgot to delete from the code and now it loads it nevertheless. Just replace the old .exe file and it should work. Sorry for that mistake, it's my faulth. Since you are say...
by TonkoD
December 13th, 2013, 5:32 pm
Forum: Everything
Topic: Snake Game finally completed
Replies: 10
Views: 6015

Re: Snake Game finally completed

I updated the game as Lux suggested :P and now it's easier to grow bigger than before. I abandoned the map editor as it would take me some time to make and it really isn't anything so much different than the game. You can edit the maps however you want if you figure out how :P
by TonkoD
December 8th, 2013, 4:16 pm
Forum: Everything
Topic: Snake Game finally completed
Replies: 10
Views: 6015

Re: Snake Game finally completed

Lux, I never knew the original snake had such a feature :shock: . I'll try to implement it in the next "patch" with a couple of minor changes I'm planning and upload it with the map editor. Glad you both liked it!
by TonkoD
December 7th, 2013, 3:47 pm
Forum: Everything
Topic: Snake Game finally completed
Replies: 10
Views: 6015

Snake Game finally completed

So I finally managed to complete my snake game project! Here's the game but this time withought the code, because it is around 12MB and I'm not sure if I'm allowed to upload files that big :D. Anyway if you want to see the code I can post it later, no problem. I'm currently starting to work on a map...
by TonkoD
December 7th, 2013, 10:59 am
Forum: Everything
Topic: Space Shooter Game
Replies: 4
Views: 3509

Re: Space Shooter Game

Your game is nice! I like the idea and the way you made it even though you have a lot less options at this level in the tutorials. One thing I noticed is the game always starts with the same enemy position, maybe you can change that. Also it's a little too hard to hit the smallest enemies when they'...
by TonkoD
December 3rd, 2013, 9:47 pm
Forum: Everything
Topic: Looking to make a game
Replies: 3
Views: 2018

Re: Looking to make a game

Well, you can try making the main charecter of the game stay in one place the whole time and things like obstacles and enemies just coming at him from the other side of the screen. If you add a running animation it would look as if he/she is running towards them. I'm not sure but I think thats the w...
by TonkoD
December 2nd, 2013, 8:48 pm
Forum: Everything
Topic: Little help on my snake game project
Replies: 6
Views: 2749

Re: Little help on my snake game project

Big thanks to chili! Last week I tried doing a similar thing with an array but I couldn't get it to work for whatever reason, then I tried 1 or 2 other things and none of them worked too. Now I tried with a vector and it worked! It took me some time to research about vectors and tweak the function a...
by TonkoD
December 2nd, 2013, 12:29 am
Forum: Everything
Topic: Little help on my snake game project
Replies: 6
Views: 2749

Re: Little help on my snake game project

I tried that just now and this time the free spaces left were 4-5 but the problem remained :(. I've read somewhere that you can increase the stack size, maybe that can help. If that is the solution can you tell me how to do it? I'm open to other ideas as well.
by TonkoD
December 1st, 2013, 10:56 pm
Forum: Everything
Topic: Little help on my snake game project
Replies: 6
Views: 2749

Little help on my snake game project

Hi everyone! I seek help with a snake game I'm making. Basically the problem happens when the snake reaches the goal and the goal has to be spawned at another location. This location is chosen with the random() function, giving the X and Y of the goal a random number. Everything is fine for quite so...
by TonkoD
June 6th, 2013, 5:04 pm
Forum: Everything
Topic: Possibly a Framework problem?
Replies: 3
Views: 2154

Re: Possibly a Framework problem?

Ah, so the problem was in me all the time.. :P. You skip 1 lesson and look what happens. Thank you for your responce, I'll go watch lesson 13 when I have time and update the info on what happened :).