gamedev共259篇
Building a GPT-Powered Text Adventure in Python-拾光赋

Building a GPT-Powered Text Adventure in Python

Building a GPT-Powered Text Adventure in Python,AI and Horror go hand in hand for half the population, so I decided to put them together for my college project. It led me to build ...
kity的头像-拾光赋kity7天前
0229
I Made PacMan Game In Java With Some Extra Features-拾光赋

I Made PacMan Game In Java With Some Extra Features

I Made PacMan Game In Java With Some Extra Features, Here Is My Github repo Its New! 原文链接:I Made PacMan Game In Java With Some Extra Features
kity的头像-拾光赋kity9天前
0216
How to Build a Graphical Minesweeper Game in the Python Terminal.-拾光赋

How to Build a Graphical Minesweeper Game in the Python Terminal.

How to Build a Graphical Minesweeper Game in the Python Terminal.,This guide explains how to build the Minesweeper game in the Python terminal. We’ll break down the code step by s...
kity的头像-拾光赋kity16天前
0525
️‍️ Escape & Code: Play My Python Exit Game & Share Your Thoughts!-拾光赋

️‍️ Escape & Code: Play My Python Exit Game & Share Your Thoughts!

️‍️ Escape & Code: Play My Python Exit Game & Share Your Thoughts! ,Hey guys, I´m Jonathan, as part of my master's thesis, I’ve created an exit game (escape-room style) as an ...
kity的头像-拾光赋kity16天前
0476
Black Jack game in python-拾光赋

Black Jack game in python

Black Jack game in python,#import random module to select deck of cards randomly import random deck_of_cards = [1,2,3,4,5,6,7,8,9,10,11,11,11] #Drawing two cards and adding them to...
kity的头像-拾光赋kity18天前
0418
Tower Attack Game!-拾光赋

Tower Attack Game!

Tower Attack Game!,Hello world! I am excited to post about my first ever python game! It's a simple game that you play directly on the terminal. Your objective is to find the right...
kity的头像-拾光赋kity20天前
02614
I Built a Chess AI That Plays Like Me—Here’s How It (Almost) Failed-拾光赋

I Built a Chess AI That Plays Like Me—Here’s How It (Almost) Failed

I Built a Chess AI That Plays Like Me—Here’s How It (Almost) Failed, DeezChess (2 Part Series) 1 My first Mega Project: Chess Website 2 I Built a Chess AI That Plays Like Me—Her...
kity的头像-拾光赋kity22天前
04815
Simulating simple CRT and glitch effects in Pygame-拾光赋

Simulating simple CRT and glitch effects in Pygame

Simulating simple CRT and glitch effects in Pygame, Planetoids (2 Part Series) 1 Planetoids! - my first attempt at indie game dev in Python 2 Simulating simple CRT and glitch effec...
kity的头像-拾光赋kity24天前
05112
Python in Game Hacking: What Still Works?-拾光赋

Python in Game Hacking: What Still Works?

Python in Game Hacking: What Still Works?,Break the mold—learn how Python can help you explore game mechanics, even in a world where anti-cheat systems are getting tougher every d...
kity的头像-拾光赋kity29天前
03612
A Beginner's Guide to Learning Ren'Py and Creating Your First Visual Novel-拾光赋

A Beginner’s Guide to Learning Ren’Py and Creating Your First Visual Novel

A Beginner's Guide to Learning Ren'Py and Creating Your First Visual Novel,Visual novels are an exciting and creative way to tell interactive stories, combining traditional writing...
kity的头像-拾光赋kity1个月前
03612
Building a Hangman Game in Python - With a Linguistic Twist!-拾光赋

Building a Hangman Game in Python – With a Linguistic Twist!

Building a Hangman Game in Python - With a Linguistic Twist!, In_r_duc_i_n ________ |/ | | ___ | |ó,ò| | \_-_/ | | | Enter fullscreen mode Exit fullscreen mode Ever wanted to lea...
kity的头像-拾光赋kity1个月前
04213
Ultimate Soccer Draft (A Python Terminal Game)-拾光赋

Ultimate Soccer Draft (A Python Terminal Game)

Ultimate Soccer Draft (A Python Terminal Game),Introduction Soccer fans around the world dream of managing their favorite teams and experiencing the thrill of competition. This Pyt...
kity的头像-拾光赋kity1个月前
0258