[QUOTE=Dr Magnusson;28733598]I know what you mean.
I actually went looking for spritepacks the other day to try and find a pack so big I could create a game around whatever the sprites were.
How sad is that? Creating a game to fit the content![/QUOTE]
It really slows me down and demotivates me when I have to do the graphics and program. I can't focus on making the graphics super cool and junk because all I want to do is get back to programming. I need a clone.
[QUOTE=Parakon;28733855]It really slows me down and demotivates me when I have to do the graphics and program. I can't focus on making the graphics super cool and junk because all I want to do is get back to programming. I need a clone.[/QUOTE]
My programmer art is always so horrible that when i try and have a look at the mechanics of my game to see if they work, i get distracted by the non tessellating horrible looking ughhhhhh..
Maybe someone should try and write a program that fixes programmer art, youd be rich :v:
I'm new to the WAYWO threads but how come the post-count in this thread is up to 2065 but all the others are at 2001? Sorry if this is a dumb question.
[QUOTE=somescripter;28734791]I'm new to the WAYWO threads but how come the post-count in this thread is up to 2065 but all the others are at 2001? Sorry if this is a dumb question.[/QUOTE]
I imagine someone changed something somewhere down the line, though i dont actually know a reason for it :v:
Post limit used to be 2000 posts. It's ~5000 now afaik.
[QUOTE=CarlBooth;28735054]Post limit used to be 2000 posts. It's ~5000 now afaik.[/QUOTE]
Okay thanks, it just tickled my curiosity.
[QUOTE=Quark:;28701107]Oh my god why is it so hard to make a sepia image in C# I'm running out of hair to pull out and I'm not going below the waist[/QUOTE]
If you're still stuck on this - try making it grayscale and then turning that brown somehow? Just an idea.
A few pages ago someone asked if test cases are ever used in the real world. I would like to direct you to Sympy, probably one of the greatest open-source computer algebra systems on the market: [url]http://code.google.com/p/sympy/[/url]
They have approximately 15000 lines of tests.
Test cases may not seem immediately useful, and they aren't. Where test cases come in, is a few months down the road, when you change some aspect of function X, which effects something in function Y. Without test cases, you'd have no idea that function Y broke, seeing as you changed something seemingly completely unrelated. Test cases let you know precisely when a previously working feature breaks, and allow you to fix the problem before it gets any bigger.
[QUOTE=aero1444;28735871]If you're still stuck on this - try making it grayscale and then turning that brown somehow? Just an idea.[/QUOTE]I've got working grayscale, just not sure how to make it brown after that. I've never done image processing before. :v: Thanks though. :)
[QUOTE=Quark:;28736116]I've got working grayscale, just not sure how to make it brown after that. I've never done image processing before. :v: Thanks though. :)[/QUOTE]
Look up what percentages of RGB make up brown and increase the required color values per pixel?
Is anyone getting this wierd font rendering in quotes?
[img]http://dl.dropbox.com/u/5270951/Pics/003.png[/img]
It's only on the m's, your font is probably messed up
someone took a bite out of your 'm' bro.
i'm learning c++ to make a roguelike and it's way too complicated
the roguelike, not the c
[QUOTE=Cheesemonkey;28740742]i'm learning c++ to make a roguelike and it's way too complicated
the roguelike, not the c[/QUOTE]
is it c++ or c ?
c++
i've been looking at engines to see how they work but all of them are way too in-depth for what i want to do, and i can't figure out how the movement engine works. how do you make things move around in a console, christ.
Layla, stop rating dumb when you aren't better yourself.
[QUOTE=Cheesemonkey;28741019]how do you make things move around in a console, christ.[/QUOTE]
Use something like PDCurses:
pdcurses.sourceforge.net
[url]http://www.faqs.org/docs/Linux-HOWTO/NCURSES-Programming-HOWTO.html[/url]
Working on a ray tracer, got most of it working, I may post pics later if someone is interested.
Been doing too much Web Development so I decided to take a break and mess around with making a game for a few hours. Still have a lot to do.
[IMG]http://i56.tinypic.com/2n6w1p1.jpg[/IMG]
machinarium
[QUOTE=likesoursugar;28749016]machinarium[/QUOTE]
And really old sprites. I remember seeing those years ago.
[QUOTE=high;28749055]And really old sprites. I remember seeing those years ago.[/QUOTE]
Yeah but old art beats programmer art? I'd rather look at old sprites than a stickfigure
[QUOTE=pinesol;28749187]Yeah but old art beats programmer art? I'd rather look at old sprites than a stickfigure[/QUOTE]
Stickfigure...
Someone should make an XKCD inspired game.
[QUOTE=pinesol;28749187]Yeah but old art beats programmer art? I'd rather look at old sprites than a stickfigure[/QUOTE]
TBH that shows you may have your focus on the wrong things.
[QUOTE=DeadKiller987;28749582]Someone should make an XKCD inspired game.[/QUOTE]
I've always wanted to make a game based on [url=http://www.newgrounds.com/portal/view/40932]Xiao Xiao.[/url]
[QUOTE=DeadKiller987;28749582]Stickfigure...
Someone should make an XKCD inspired game.[/QUOTE]
And do what, regular expressions from a swinging rope?
hq2x added:
[img]http://dl.dropbox.com/u/5013896/forum/Facepunch/Programming%20WAYWO/aaaaa.gif[/img]
[img]http://dl.dropbox.com/u/5013896/forum/Facepunch/Programming%20WAYWO/aaaaa.gif.hi-res-2.png[/img]
[img]http://dl.dropbox.com/u/5013896/forum/Facepunch/Programming%20WAYWO/aaaaa.gif.hi-res-3.png[/img]
I also fixed an underflow caused by me using uint[] for the lookup table:
broken:
[img]http://dl.dropbox.com/u/5013896/forum/Facepunch/Programming%20WAYWO/kakashi.gif.hi-res.png[/img]
normal:
[img]http://dl.dropbox.com/u/5013896/forum/Facepunch/Programming%20WAYWO/kakashi.gif.hi-res-3.png[/img]
[QUOTE=The Inzuki;28750066]And do what, regular expressions from a swinging rope?[/QUOTE]
No, you battle to make jokes as nerdy and esoteric as possible.
[QUOTE=The Inzuki;28750066]And do what, regular expressions from a swinging rope?[/QUOTE]
That should be a real-life competition.
Sorry, you need to Log In to post a reply to this thread.