Search found 6 matches

by Aizenvolt
August 14th, 2017, 6:20 pm
Forum: Everything
Topic: My first Game with ChilI Framework
Replies: 8
Views: 3099

Re: My first Game with ChilI Framework

Now the game has 3 levels. I also added upgrades the grey squares increase fire number and the blue increace fire frequency.
by Aizenvolt
August 6th, 2017, 9:17 am
Forum: Everything
Topic: My first Game with ChilI Framework
Replies: 8
Views: 3099

Re: My first Game with ChilI Framework

I am at tutorial 20 now and added more things into the game, it looks nothing like before.
by Aizenvolt
July 31st, 2017, 7:36 pm
Forum: Everything
Topic: My first Game with ChilI Framework
Replies: 8
Views: 3099

Re: My first Game with ChilI Framework

I just finished tutorial 19 and as I go on I add what I learn into the code of the game.
by Aizenvolt
July 25th, 2017, 11:31 am
Forum: Everything
Topic: My first Game with ChilI Framework
Replies: 8
Views: 3099

Re: My first Game with ChilI Framework

Thx for the replay i will try that.
by Aizenvolt
July 25th, 2017, 9:21 am
Forum: Everything
Topic: My first Game with ChilI Framework
Replies: 8
Views: 3099

Re: My first Game with ChilI Framework

Yeah i already do that. The problem is that when i press V to fire it fires all the ojects simultaneously. I found a way to avoid that by placing a bool inside the if statement of V and placing another if outside of the V if like this: if (wnd.kbd.KeyIsPressed('V') && fcount <= 2 && must == false)//...
by Aizenvolt
July 24th, 2017, 8:56 pm
Forum: Everything
Topic: My first Game with ChilI Framework
Replies: 8
Views: 3099

My first Game with ChilI Framework

https://github.com/Aizenvolt1/Project1/tree/FirstChanges This is the first game I make and if you can help with some things I would apreciate it. I have seen the first 13 tutorials. I want some help with the firing mechanism if you see the code you will understand the problem but if you dont I will ...