[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
Alright my fellow robots, I'd like to share something w
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /r9k/ - ROBOT9001

Thread replies: 13
Thread images: 1
File: MainMenu.png (32 KB, 642x481) Image search: [Google]
MainMenu.png
32 KB, 642x481
Alright my fellow robots, I'd like to share something with you.

I'm an indie game dev (if I have earned that title)

I have trouble finishing my projects, but I sat down and make myself do it, GameJam style, it took me a little less than three days to get it all perfect, but I'm done.

It's probably not worth the effort, but I want your opinion.

Here is the link. It's only a little less than 8MB, and it's not a virus

Link: https://www.dropbox.com/s/4ssfq3z6f1wkv8c/Falling%20Project.rar?dl=0

Tell me how I did guys.
Was it worth it?
Is it fun?
>>
Shameless self bump since I forgot to mention a few things

W is jump, not space.

also, limit your frames using the graphics settings. If you get to many frames, it becomes too fast and unplayable
>>
Okay, I'll bite. But first I want to ensure this isn't a virus by confirming you're a real programmer. In whatever language you choose, write a program that fits these specifications:
Print numbers 1 through 100. If a number is divisible by 3, print Fizz instead of the number. If a number is divisible by 5, print Buzz instead of the number. If a number is divisible by both 3 and 5, print FizzBuzz. You can't just print the lines manually, you must use some sort of loop and if else statements.
>>
>>26309366
A better way to point out OP's incompetence is that he's using RAR and not an open format.
>>
>>26309402
Well, I was hoping he just had the illusion of being an idiot, and was hoping he could prove me wrong. You're probably right though.
>>
>>26308916
Tried it. It's kinda fun but nothing special, like a mobile game I'd play on the bus or subway ride.

Only issue I had is that sometimes the hole was way too on the extreme or completely off-screen, which made me lose a couple of times.

That's about it. I kinda was expecting a little more, but being such a little file and being done in such a short time, I shouldn't have expected much.
>>
>>26309366
>wants op to write fizzbuzz to prove it's not a virus
never change /r9k/
>>
>>26309560
/g/ will be proud
>>
>>26309560
Him writing fizzbuzz will prove he knows to code (well, sort of,) and I figure if he actually knows how to code he's not scamming, because most scammers aren't actually good with computers, they just want people to think they are. So that's my logic, however illogical, behind what I said.
>>
>>26309366
Not op but I love programming shit
For( i = 1 ; i <= 100 ; i++)
If ( i % 3 == 0)
Cout Fizz
Else if ( i % 5 == 0)
Cout Buzz
Else if (i % 3 == 0 && i % 5 == 0)
Cout FizzBuzz
Else
Cout i
>>
>>26310305
perfect, minus one thing, you need to put 3&&5 first, otherwise it won't ever use it because both 3 and 5 meet that alone, so it wont get that far down the list
>>
>>26310305
>>26310345
use 15 instead of an && statement and put it as the first check, and 3 and 5s and else's following.
Good tho, I hate coding outside of IDEs. I've beceome so dependant on IntelliJ/Eclipse shortcuts.
>>
nice job OP

anyone else remember to >>26309034
Thread replies: 13
Thread images: 1

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.