I am working for school on a BlackJack version. I have a different approach to make a BlackJack version. When I am finished, I will push it on to Github so you can have a look.
I had a look at your project and can tell a few things that you could do better. You use a lot of if and else in your project. I saw you used a switch and that's good and for the future, you should use them a lot more to store in data. You should not only use switches but also use arrays to store in and call data from.
In my opinion, if you used more while and for loops, your project would look better. I don't know your experience in programming, but it is always nice to learn something new.
If I have any new idea's for your project, I will make a pull request with updates.
I am working for school on a BlackJack version. I have a different approach to make a BlackJack version. When I am finished, I will push it on to Github so you can have a look.
I had a look at your project and can tell a few things that you could do better. You use a lot of if and else in your project. I saw you used a switch and that's good and for the future, you should use them a lot more to store in data. You should not only use switches but also use arrays to store in and call data from.
In my opinion, if you used more while and for loops, your project would look better. I don't know your experience in programming, but it is always nice to learn something new.
If I have any new idea's for your project, I will make a pull request with updates.