Category: Game Development

JavaScript Functions For Card Games

In this blog post, we will delve into the development of a Solitaire game using JavaScript. Specifically, we will explore important functionalities such as shuffling the deck, dealing out the cards, and setting up the game state. Along the way, we will encounter challenges and discover the significance of associating the array and DOM cards. […]

Creating a Game With ChatGPT

Creating a game from scratch can be a challenging task, but with the help of ChatGPT, I embarked on this coding adventure. In this blog post, I'll share my experience of working through the structure of the game, creating card arrays, shuffling and dealing cards, and more. […]