Hacker News new | ask | show | jobs
by throwaway123x2 1430 days ago
wow this sounds incredibly complex
1 comments

Only as complex as you want to make it! My very first Pokemon game was a case statement where you picked your first Pokemon and it emulated the dialogue.

My second attempt was before I knew about OOP or FP, and just had a C++ array that held Pokemon data in set indexes. That was during my first programming class haha

I do recall writing a text "battle" game in the Pokemon style with Harry Potter characters but that was a single battle sequence. It was also before I knew OOP and for my first programming class :) Your comment brought back some memories.
Do you still have the code?? I don't have mine but I'd give anything to see it again!

And I love the sound of that game!