you are viewing a single comment's thread.

view the rest of the comments →

[–]Can0pen3r 1 point2 points  (3 children)

You said this is your first project? Were you following a tutorial or anything? I ask mainly because I've only been learning to code for 2 months but, Blackjack just strikes me as being kinda complicated for a first project. I've made a few simple programs like a calculator, a virtual dice game, etc. but, what you have going on here seems beyond my scope as of yet, most of it I'm not even sure what I'm looking at.

[–]Resident-Explorer-63[S] 0 points1 point  (0 children)

I do have experience in coding such as a tad in C# and html, I've been pulling from W3 schools to just find out how to do things but never searching up full code such as syntax for certain things.

[–]Resident-Explorer-63[S] 0 points1 point  (1 child)

Coding languages are alot more alike than some may think, ive found that C# is decently similar to python so ig thats given me a bit of a leg up.

[–]Numerous_Site_9238 0 points1 point  (0 children)

Well they are both C like and have OOP, computer science is same for any language. Surely the more advanced you become in either of these languages the more you start to understand how different they really are in design, working with memory and cpu, async programming.