>continued from last part I think it's safe to say that the "Pro/g/ramming Challenges, Version 4.0" is just about finished! We have all the challenges, and all we need to do now is make it into a presentable picture!
Here's the pastebin, where the challenges are sorted by category: pastebin.com/bZvvwapj
By the way, I've tried using a cheap Paint knockoff, but the image ends up really blurry and ugly, anyone know how to use a more professional image editing software?
For the 'fuck you're level of difficulty, making a unity or gamemaker style game engine would be good.
Camden Gutierrez
Changed one of the challenges slightly to include Unity (see pic related)...
Oh shit that's a good one... I'll add it as "Roguelike engine/dungeon generator", how's that sound?
Caleb Garcia
Make the next part called "the ride never ends"
Kayden Thomas
Okay... Here's the first draft of the list.
Not gonna lie, would kind of prefer it if there indeed were about 150 challenge, but if there isn't, I can always change it so there's 40 challenges per column and maybe some extra information wherever there's free space
Carter Stewart
Here's a second draft (I can always fine-tune it, I just need some general suggestions)
Lincoln Gray
>60 - dijkstra algorithm that's pretty vague
Josiah Fisher
keep rollan rollan rollan
Ethan Kelly
Alright... I remember that in other Pro/g/ramming Challenges, there were things like "at least five nodes." Should I add that?
Jayden Murphy
A key to show the colors relating to what difficulty, is yellow the lowest and purple the highest?
Daniel Smith
Hey guys what do u think of my FizzBuzz made in Python Can it be even shorter?
for i in range(1, 100): print("FizzBuzz") if i % 15 == 0 else print("Fizz") if i % 3 == 0 else print("Buzz") if i % 5 == 0 else print(i)
James Hernandez
Eum, isn't unity a game engine? Making a game engine in unity doesn't really make sense or am I missing something?
Levi Robinson
You're right in that Unity is a game engine. The reason I included Unity is that there's so many aspects to Unity (see pic related) that it isn't a completely arbitrary task. But that's just my view. Thoughts?
Andrew Mitchell
Good idea.
It goes Green < Yellow < Red < Purple
I can't really think of a way to simplify/shorten this...
Isaiah Cox
Agreed, but I would split it in that case, doing that solely in openGL is a completely different beast than scripting those movements in unity.
Henry Smith
Alright. I catch your drift. Moving the Unity thing to Easy/Medium (Because the hard part is just learning Unity if you aren't familiar) and keeping the difficulty for the OG challenge
Jackson Young
ok good
Brayden Green
Here's another way you could do fizzbuzz (not sure if it's faster or not) for(int i = 0; i < 100; i++) { bool fizz = false, buzz = false; if(i%3 == 0) { fizz = true; std::cout
Eli Barnes
Decided to type up the epilogue of Version 3.0 (pic related) into a pastebin. Should I add it to the image?
I'm also thinking of "borrowing" some challenges from that one to make it into a nice, even 150 challenges
After looking through Version 3.0, I found some challenges that could be added (for the 150 benchmark)
New additions: 1 Radix Base Converter (Given a radix, convert it to decimal, hexadecimal, and vigesimal) [Harder version of hexadecimal to decimal converter] 2 Oil Panic! (Game) 3 Nonogram Generator and Solver 4 Reverse a String 5 Basic TCP Simulator (Handshake, Data Sending, and Closing (Include simulate retransmissions, OOB Data, window-scaling, etc..) 6 Tron Game 7 Breakout 8 PDF Tagger 9 Missile Command Game 10 Risk 11 Yahtzee 12 File Compression Utility (Make it GUI with options) 13 Calendar 14 Prime Number Sieve (Include Multi-Threading) 15 Sine Wave Generator from Pseudorandom Numbers 16 File Explorer/Manager 17 LISP Interpreter 18 Calculate someone’s age in seconds (including leap years) 19 Load an Image and Flip/Mirror/Rotate it and save it to a new file 20 Ulam Spiral 21 Connect Four 22 Calculate the Dot Product and Cross Product of Two Vectors 23 Matrix Arithmetic (Addition/Subtraction, Scalar Multiplication, Matrix Multiplication) 24 Gif Creator 25 Go (No AI Necessary) 26 Chess 27 Simon 28 Bellman-Ford Simulation with at least 5 Vertices 29 Mastermind 30 Windows grep 31 Wallpaper Changer
All I need is the difficulty for each
Oliver Watson
Third Time's the Charm, they say!
For the empty space at the right, I'm thinking of adding the text in the pastebin as well as stating which challenges are under which category
Kayden Morgan
adding the text is a good idea. But right now i think the color(green vs yellow) are a bit hard to read. also i thought the sorted one was a great idea.
Brayden Nelson
OP, include:
- Bismuth fractal generator, for edgyness - Ayy lmao sound generator - seam carving algorithm or another cv algorithm
Brayden Roberts
Another idea: Bayesan filter to exclude certain 4chinks posts Hard mode: weeb/frogpost image filter
I'm unsure what you mean by this. Save for the last 10-ish challenges, these are all sorted by category . Were you perhaps talking about putting the numbers that correspond to each category?
Also, what do you recommend I do for the yellow vs. green? I think it'd be easier if I made the background slightly less dark (see pic related)
Bismuth Fractal - Easy (?) Seam Carving - Looks awesome... Medium or Hard (?) Bayesian Filter: Medium
Nolan White
>Bismuth Fractal - Easy (?) >Seam Carving - Looks awesome... Medium or Hard (?)
Both are medium.
I expect the AY-LMAO sound effect generator to be hard, but then I don't know enough about sound generation.
Another idea: A basic WMS/TMS viewer that isn't web based.
Thomas Scott
If I'm understanding correctly, WMS is basically a web-map service (according to wikipedia), but I can't really pinpoint what TMS is other than a way to analyze the brain...
Eli Nelson
delete the white rectangle and also the "most mediums can have a hard mode" message on the top
up the result here
Adrian Edwards
...Like this?
Brandon Sanchez
and also the legend and crop out the black rectangle anyone with a brain will be able to tell the legend
Joseph Butler
With all due respect, it's kind of weird not having a key. It leads to unnecessary confusion that could very easily be avoided (see: :)
Also, the photo you responded to isn't the version I'm working on, it's this one:
Aiden Cox
>I'm unsure what you mean by this. I mean when you actually showed the categories, it's easier for beginners to see what is what when they want to pick but have no clue what the challenge is by name before researching it.
>what do you recommend I do for the yellow vs. green?
I think you could saturated green and desaturated yellow a bit
Anthony Bell
Gotcha! Gonna make an alternate version of the image.
For the desaturated color, would a mustard-type color be fine?
Christian Powell
Okay... Here's a quick mock-up
(The numbers skip around because changing everything to be in order would be hell)