85 points

No lie, after taking about 2 weeks of my first programming course in university, I did almost exactly this, trying to make a poker game.

I hadn’t learned about objects, or functions, or even loops. Just one big method that had an if for every hand permutation.

I hadn’t ever been exposed to programming before, and I loved it, but I knew nothing about it. Those were the only tools I had in my toolbox, and you know what they say about how when you only have a hammer everything looks like a nail.

I’m a professional dev now, so I really hope I grew out of it lol

permalink
report
reply
12 points

Back when I was learning, I made a flashcard program. It had a class that was essentially a constant array, so you could call get(int i), and it would return an object describing both sides of the card.

How did I implement such a class you ask? First, I made a spreadsheet with 2 collumns to hold the data, with a third collumn of incrementing integers. Then, in the 4th column, I used string concatanation to right a java if statement that compared a variable against the index collumn; and if they match, return an object constructed from the 2 data columns.

Click and drag the 1 cell I wrote in the 4th collumn to replicate it in all the rows, then copy and paste the 4th collumn into notepad++.

I’d like to say I’ve moved past this; but my most successful projects have mostly been code generation ones; so really I’ve just moved past Excell.

permalink
report
parent
reply
1 point

I mean, moving past Excel is still an excellent development.

Signed, a guy that keeps dealing with people who need my code to spit out weird spreadsheets.

permalink
report
parent
reply
9 points

Time to get some qbasic coding in, your if and goto experience will do wonders

permalink
report
parent
reply
6 points

I’m a professional dev now, so I really hope I grew out of it lol

I was reading your comment and wondering if I’ve outgrown it. I’ve been a programmer for 20 years…

permalink
report
parent
reply
3 points

I’m going on 15 years. Some times I’m not so sure.

permalink
report
parent
reply
4 points
*

I still remember when “the light went on” as realized how variables worked. I was on my way to school and couldn’t focus on mundane things and started hating school.

Now I live in a van down by the river. But I’m still coding!

permalink
report
parent
reply
4 points

Same thing with me and chess in high school. I learned TrueBASIC, and I didn’t learn about arrays or subroutines. But, I did manage to make a chess application that two people could play a game of chess on. It highlighted legal moves when you clicked on a piece and ensured that only legal moves were made. It also showed the captured pieces to the side of the board. I think I had it set up so that you could only promote to a previously captured piece, but all the other rules were implemented properly (or at least, I assumed they were).

The implementation involved a bunch of variables for each individual chess piece and a bunch of if statements inside a loop. I remember describing arrays and explaining that I wished they existed, but never actually found out they did until I was finished. I don’t know how many lines of code it was, but when I copied it into Word, and it spanned about 350 pages in total.

Part of me is proud of the accomplishment. Another part is horrified.

permalink
report
parent
reply
1 point

That’s why its good to have a mentor or someone just to give feedback if we can find one for ourselves

permalink
report
parent
reply
2 points

To be fair, or only took a few more classes before they introduced things like arrays and loops, and I realized how stupid my plan was lol

permalink
report
parent
reply
49 points

I really hope this is satire. Otherwise I’m scared to ask how long it took.

permalink
report
reply
91 points

It’s definitely satire. 2 million lines of code is an absurd under-exageration. This post had me looking up the number of possible chess games, because if you coded chess like above you would have to have an if statement for every outcome, and it’s 10^120 different possible games.

https://en.wikipedia.org/wiki/Shannon_number

permalink
report
parent
reply
45 points

The way I understood it, it’s two million lines and nowhere near finished.

Anyway, satire.

permalink
report
parent
reply
6 points
*

That’s the number of possible games, the number of possible board states is much lower, 10^40.

Although you’re still clearly correct in the end anyways because it’s still an absurd number of board states and it’s not even formatted to be one state per line.

permalink
report
parent
reply
3 points

You only have to code a fraction of those as the computer should take the same move for several of the user inputs.

permalink
report
parent
reply
3 points

I read that there are less atoms in the universe than possible chess games, which is quite insane

permalink
report
parent
reply
16 points

By an extremely significant margin. Here’s another fun one: getting a unique shuffle in a deck of cards is 1/52!. So if you wanted to count all of the different possible arrangements of cards, counting one per second, you can:

Start walking around the equator at a leisurely pace of one step per billion years.

Once you’ve made it around the earth, remove a single drop of water from the Pacific Ocean and walk around the earth again.

Once the Pacific Ocean is empty, re-fill it and lay a sheet of paper on the ground. Keep stacking a new sheet every time you’ve re-emptied the ocean drop by drop every time you circle the earth at one step every billion years.

When the stack of paper reaches the sun, you’re about a third of the way there!

permalink
report
parent
reply
18 points

Today I will remind everyone of DRAGON: A Game About a Dragon

This game was developed by someone who didn’t know anything about programming outside of IF statements, integers, and strings. Here is an excerpt of the massively long source code

permalink
report
parent
reply
10 points

For a second there I thought the 100% science-based dragons game had been made.

permalink
report
parent
reply
7 points

Holy shit… That’s nuts. I do see the occasional boolean in there. But it might as well be ifs ints and strings like you said.

Man went full static C programming in C# and coded the whole thing in what looks like one class. Instances?, loops excepting XNA gameloop? What’s that? Whos that? Where’s that?

Honestly I’m not even mad, that’s dedication. Dedication and a refusal to learn more than just the basics. Kinda want to buy the game now just to see how far a fucktonne of if statements can get. By the looks of it, I’d say straight into the dragons maw.

permalink
report
parent
reply
5 points

Yandev as well. Guy put the ai for every single character in a single function separated with if/then statements. It was also called every game tick.

permalink
report
parent
reply
2 points
*

My eyes! The global variable list is huge!

Edit: nm, I looked again and they’re in a class. Still insane either way.

permalink
report
parent
reply
18 points

The post is satire, but I remember being ~8-9 and trying to create a “game” in Microsoft Word with hyperlinks between documents and nothing else. I had hundreds of documents (each representing a game state) before I got tired of that project.

permalink
report
parent
reply
7 points

That’s pretty clever for that age and shows, that your brain already had the right wiring for (software) engineering. You set out to solve a problem by leveraging the tools you had and bending their functions to your needs. There’s a lot of abstract thinking involved.

permalink
report
parent
reply
17 points

Literally impossible to code every bosrd state, so forever

permalink
report
parent
reply
11 points

The person who downvoted you must not have thought it through.

For comparison to that 10120 possible game states, the number of atoms in the universe is only 1082 and the amount of time until the “Dark Era” of the universe (after all the stars have died and even all the black holes have decayed via Hawking radiation) is only 10114 to 10117 seconds. In other words, it really is literally impossible either to build a computer big enough to store all the board states or to write them all down even if you did.

permalink
report
parent
reply
1 point

is only 10114 to 10117 seconds

I mean a good program could do a 100 million states/s . So if you could make a computer that lasts until the end of the universe it could go through all of them I guess?

With supercomputers, probably way more, that’s just the figure for like a laptop. Plus you could filter out all the states that are symmetric and stuff and lower it by one order of magnitude.

permalink
report
parent
reply
10 points
*

There’s a mathematician that figured that there’s 10^120 possible chess games, as a lower bound. https://en.m.wikipedia.org/wiki/Shannon_number#:~:text=Shannon showed a calculation for,a Computer for Playing Chess". That’s a 1 followed by 120 zeros for just the number of possible games. With this method they’d have to manually go through every move for every one of those games. If we say a game lasts 30 turns on average and they’d take 1 second to code each turn (realistically it’d be longer) it’d take 6.9*10^109 (69 followed by 108 zeros) times as long as the age of the universe.

permalink
report
parent
reply
4 points

So it’s doable? That’s all I needed to hear.

permalink
report
parent
reply
2 points

Are you a theoretical computer scientist?

permalink
report
parent
reply

69 followed by 108 zeros

Nice

permalink
report
parent
reply
2 points

for just the number of possible games.

for just the MINIMUM number of possible games. (lower bound)

permalink
report
parent
reply
2 points

I did say lower bound, yes

permalink
report
parent
reply
5 points

this is definitely satire, otherwise it would take longer than the age of the universe to finish coding it lol

permalink
report
parent
reply
3 points

I’ve seen people try to write programs like this.

permalink
report
parent
reply
42 points

Lol… stupid junior-devs… in such case you should go with switch-statements instead… much cleaner.

permalink
report
reply
11 points

Switch-statement (called match) was added to Python 3.10 in late 2021. This is a reasonable, albeit older style of enumerated branching.

permalink
report
parent
reply
5 points

Switch statements and differently named but similarly purposed statements have been around since the 60s. Get outta here with this “switch is a newer style because python only just got them” nonsense.

permalink
report
parent
reply
7 points

Nobody is doubting that. The code in the meme is python…

permalink
report
parent
reply
23 points

Don’t stop now, there are only 7,728,772,977,965,919,677,164,873,487,685,453,137,329,736,519 more legal positions to code.

permalink
report
reply
21 points

I feel like this person could finally implement an artificial general intelligence, given an infinite amount of time and memory space.

permalink
report
reply

Community stats

  • 1K

    Monthly active users

  • 504

    Posts

  • 5K

    Comments