Search found 91 matches

by krautersuppe
April 23rd, 2017, 7:52 pm
Forum: Everything
Topic: Chilismack
Replies: 5
Views: 3975

Chilismack

Try out my very first game: chilismack_1_0_release.zip I took the idea from an old mobile phone game where one would press one of 9 digits to hit the rabbit https://en.mob4gamers.com/google-nex/arcade/10159-wacko.html Special thanks to : Asimov -for grid http://www.planetchili.net/forum/viewtopic.p...
by krautersuppe
April 22nd, 2017, 3:40 am
Forum: Everything
Topic: Simple Rectangle Drawing Program Causes Major Issues
Replies: 6
Views: 2874

Re: Simple Rectangle Drawing Program Causes Major Issues

It simply draws a new rectangle every time I click the mouse. . Yes I also thought that drawing a rectangle is a simple matter. In my case it didn't cause issues for my computer but it did cause issues for my head :lol: I tried to make a function to draw a rectangle of given height and width at giv...
by krautersuppe
April 22nd, 2017, 2:39 am
Forum: Everything
Topic: Pixel Font
Replies: 11
Views: 5333

Re: Pixel Font

No special characters or punctuation for now, maybe later but I have a cold currently. I made numbers and punctuation: in Game.h: void ch0(int x, int y, int r, int g, int b); void ch1(int x, int y, int r, int g, int b); void ch2(int x, int y, int r, int g, int b); void ch3(int x, int y, int r, int ...
by krautersuppe
April 15th, 2017, 6:49 pm
Forum: Everything
Topic: Did Any Of You Guys Felt Like Noobs When You Started?
Replies: 21
Views: 9456

Re: Did Any Of You Guys Felt Like Noobs When You Started?

I think this is a pretty important and philosophical thread so i decided to comment on this. How I see it is: you are always a noob no matter how much you learn(ofc this is in the broad sense). I think somewhere along the lines with cameron and MrGodin. I think there is some sort of negative connota...
by krautersuppe
April 11th, 2017, 2:25 pm
Forum: Everything
Topic: resizable Chili-head
Replies: 1
Views: 1328

resizable Chili-head

I took code from Legacy's homework: http://forum.planetchili.net/viewtopic.php?f=3&t=3890 So all credit to him(or her). I made it resizable pinned to width. I might upload some more effective code here in the future if i think of one. int cx = 400, cy = 300, width = 400;// cx and cy are center coord...
by krautersuppe
April 8th, 2017, 12:16 pm
Forum: Everything
Topic: Please test my game! :)
Replies: 33
Views: 13598

Re: Please test my game! :)

Hey Yumtard, I tried to build and run your github version and all that came out was a black screen with music(and controls - if i press enter i can start and shoot and stuff. Even got past first 2 barriers -blindfold ): error_spaceballs_yumtard_black_screen.png That is probably cause of my archaic c...
by krautersuppe
April 4th, 2017, 12:15 pm
Forum: Everything
Topic: Error then loading framework.
Replies: 6
Views: 3169

Re: Error then loading framework.

super wrote:Now i get this error
Severity Code Description Project File Line Suppression State
try to retarget solution manually. Go to solution explorer -> right click solution -> click retarget solution
retarget_solution.png
(31.83 KiB) Not downloaded yet
by krautersuppe
April 1st, 2017, 7:19 pm
Forum: Everything
Topic: Spirograph what I did from lesson 10
Replies: 21
Views: 16325

Re: Spirograph what I did from lesson 10

Hi authors of spirocrap, i modified the star code to make a cell out of it. I also added variables for positioning and resizing of star and also for making more lines in the drawing grid. I wonder though why the crap is being drawn so slow. asimovs_star_plus_cell.zip Here a visual of how separate pa...
by krautersuppe
April 1st, 2017, 7:08 pm
Forum: Everything
Topic: Lesson 9 Question Bonus Solution
Replies: 14
Views: 10528

Re: Lesson 9 Question Bonus Solution

wanted to add here a grid design of mine - i played around with spirocrap of asimov -
i add more detail on the other thread http://www.planetchili.net/forum/viewto ... f=3&t=1065
Lesson_10_cells.jpg
(150.77 KiB) Not downloaded yet
asimovs_star_plus_cell.zip
(33.87 KiB) Downloaded 158 times
by krautersuppe
March 28th, 2017, 3:05 pm
Forum: Everything
Topic: Lesson 9 Question Bonus Solution
Replies: 14
Views: 10528

Re: Lesson 9 Question Bonus Solution

Wow, a blast from the past right there. Twas a fun little exercise. You following the old tutorial series then? Yes, i did several lessons back at end of 2015 (I am so sorry i couldn't participate right from the beginning at the end of 2011 - it would have been fun to start along with all the other...