Search found 91 matches

by krautersuppe
May 11th, 2019, 8:06 pm
Forum: Everything
Topic: Custom Sprites [v1.5]
Replies: 38
Views: 45606

Re: Custom Sprites [v1.5]

While at it, did LuX ever release his"Purity" somewhere?
by krautersuppe
May 5th, 2019, 7:30 pm
Forum: Everything
Topic: Fucking hate programming...sometimes
Replies: 6
Views: 2611

Re: Fucking hate programming...sometimes

You did publish this though.
And isn't
I have a maze generated and a sprite moving around with collisions
basically all there is to it with classics like pacman?
by krautersuppe
May 3rd, 2019, 10:11 pm
Forum: Everything
Topic: Chili in the Matrix
Replies: 4
Views: 2314

Chili in the Matrix

chili_matrix.zip Special thanks to: danielray - for loop music. Make sure to hit him up if you want custom music for your games MrGodin - for his snow code Nny - for pixel font DEM0N194 - for pixel font and icon change idea Legacy - for Chili's head and to FinalL. , SlidyBat , AP and Chili for thei...
by krautersuppe
April 4th, 2019, 4:51 pm
Forum: Everything
Topic: Noob learns to code in 3 months
Replies: 670
Views: 198610

Re: Noob learns to code in 3 months

Thats all great n shit but I am still waiting for a working Spaceballs patch...
by krautersuppe
March 26th, 2019, 9:39 pm
Forum: Everything
Topic: Git failed with a fatal error
Replies: 3
Views: 3390

Git failed with a fatal error

error: bad signature fatal: index file corrupt This came up in my project so I first tried this advice which got me only in more trouble. After that I tried some stuff that is written here . That got too complicated for me so i just run git reflog in repo directory and it churned out all my commits ...
by krautersuppe
February 22nd, 2019, 7:13 pm
Forum: Everything
Topic: Value vs Reference
Replies: 8
Views: 7242

Re: Value vs Reference

You made a whole program to answer my doubts voiced out on discord chat some 10 days ago.
discord_help6.png
(187.75 KiB) Not downloaded yet
Amazing perserverance.
by krautersuppe
December 24th, 2018, 5:21 am
Forum: Everything
Topic: Merry Christmas!!!
Replies: 7
Views: 3288

Re: Merry Christmas!!!

I dislike christian church, their calendar and their work week. I hate ringing church bells and I can't escape them because they are in any and all populated places around Europe(and all over the world- cause muslims have their adhan and hindus probably also something along the lines). I would like ...
by krautersuppe
November 17th, 2018, 12:56 pm
Forum: Everything
Topic: Simple(yet not so simple) overlap problem
Replies: 2
Views: 1294

Simple(yet not so simple) overlap problem

I have a rectangle void Graphics::DrawRect(int x0, int y0, int x1, int y1, Color c){ if (x0 > x1) {std::swap(x0, x1);} if (y0 > y1) {std::swap(y0, y1);} for (int y = y0 ; y < y1; ++y) { for (int x = x0; x < x1; ++x) { PutPixel(x, y,c); } } } that moves down one pixel each frame. There is a pixel on ...
by krautersuppe
November 2nd, 2018, 4:49 pm
Forum: Everything
Topic: best hours for coding/doing mental work
Replies: 2
Views: 1352

best hours for coding/doing mental work

I have been struggling to do mental work for quite some time(like, forever :lol: ) so maybe an exchange of thoughts with other forum members wouldn't hurt. I especially find it almost impossible to do coding if I lack sleep, I have worked in night/morning shifts for last ~2 years and I could never w...
by krautersuppe
October 16th, 2018, 5:49 pm
Forum: Everything
Topic: editing Chilipedia
Replies: 1
Views: 1366

editing Chilipedia

not possible for random members?