Space Pizza Hunter; writing a Python terminal game without using a game engine
Jadi
Writing games have always been many programmers way to learn more, explore things and enjoy life. Here I'm writing something between Snake & Pacman! Lets call it "Space Pizza Hunter".
I will use python and "curses" library only. Nothing fancy like a game engine because we want to learn things.
here you will see how a basic programs is written, how different parts are added and how a programmer thinks while the program grows. Hope you enjoy this but mainly I wish this pushes you to write your own game. if you did please link to it in comments.
00:00 - Intro to the curses library 06:36 - Creating a simple game world 14:08 - The Game Loop and reading input 21:20 - Moving the player 28:45 - adding foods to the world 37:28 - adding physics: eating food 45:45 - adding enemies 53:00 - adding AI to enemies: movement 59:50 - UTF8 chars as poor man graphics ... https://www.youtube.com/watch?v=7Jr2uA9K2Rk
218876366 Bytes