Start Making Games

Start Making Games
You've got a game idea but have yet to take the first steps toward making it a reality? This post is for you.Sometimes the most difficult aspect of starting something is just that; getting started. Wh...
0 Read More

Black Jack game in python

⛶#import random module to select deck of cards randomly import random deck_of_cards = [2, 3, 4, 5, 6, 7, 8, 9, 10, 10, 10, 10, 11] #Drawing two cards and adding them to sum up your_card1 = random.c...
0 Read More

What is AI Dungeon?

AI Dungeon is a single-player/multiplayer text adventure game which uses artificial intelligence (AI) to generate content and allows players to create and share adventures and custom prompts. The game...
0 Read More