Search found 28 matches

by DEM0N194
June 11th, 2017, 8:00 pm
Forum: Everything
Topic: Check out my ARKANOID
Replies: 13
Views: 5299

Re: Check out my ARKANOID

I like it - i recognize our pixel font in action.Why 40 points per bar though? Yeah, I upgraded the Pixel Font during the development of this game... you are now able to align the text to the left, middle and right, just like in word for example. I don't know how you came up with 40 points per bric...
by DEM0N194
June 10th, 2017, 5:12 pm
Forum: Everything
Topic: Check out my ARKANOID
Replies: 13
Views: 5299

Check out my ARKANOID

Hey, Guys ... After working on this project for 3 weeks, I can finally say it's in a shape where I'm satisfied with it and I feel comfortable showing it. http://i.imgur.com/3gpyzt6.jpg Controls: Left and Right Arrows to move Space to activate power-ups if needed Escape to pause It has 4 levels for n...
by DEM0N194
June 10th, 2017, 11:18 am
Forum: Everything
Topic: Pac-man Mapless Download
Replies: 5
Views: 1927

Re: Pac-man Mapless Download

You should be able to fix that once you watch episode 17 of the beginner series.
https://youtu.be/nR3aq6KARSQ
by DEM0N194
May 1st, 2017, 7:32 pm
Forum: Everything
Topic: Pixel Font
Replies: 11
Views: 5268

Re: Pixel Font

Well done. Some comments or readme on how to call functions wouldn't hurt. Yeah true. Unfortunately, I often tend to write uncommented code. I know, I do need to work on that. btw that is the reason why I left that bullshit in game.cpp so you could see how I use it. 1 is now 15 pixels wide though s...
by DEM0N194
April 30th, 2017, 8:57 pm
Forum: Everything
Topic: Pixel Font
Replies: 11
Views: 5268

Re: Pixel Font

First of all, thank you Nny and krautersuppe for making this. This is something I wanted to do for a very long time, but never got to it... cuz I'm a lazy mofo. So thx for making this really. So .. I created some functionality around this... a Text class where you can input a string and set the posi...
by DEM0N194
April 19th, 2017, 10:03 pm
Forum: Everything
Topic: Stealing viewers
Replies: 2
Views: 1463

Re: Stealing viewers

I did the same thing probably on the same channel. Some guy was asking if he is going to cover game development or not, so I recommended him Chili since he has so much great c++ and game dev content already. I personally don't feel bad about it, because I just helped a fellow learner find the stuff ...
by DEM0N194
April 17th, 2017, 3:44 pm
Forum: Everything
Topic: I tried to make some games
Replies: 3
Views: 1767

Re: I tried to make some games

I think I was learning about nested classes at the time ... And I thought since food isn't actually used anywhere else outside of snake I could just make it nested ... But know that u mention it Food isn't really a part of the snake so yeah I see what u mean. As for the deque I first used just a vec...
by DEM0N194
April 15th, 2017, 7:24 pm
Forum: Everything
Topic: I tried to make some games
Replies: 3
Views: 1767

I tried to make some games

Hey, guys, I made some games a while ago ... and I would like to ask if someone could skim through the code and give me some feedback. Snake Pong PooGame I made these games a couple months ago and I had to take a break from programming for various reason but now I want to get back into it... so if y...