Game dev fun
Game dev fun
  • 8
  • 1 006

Відео

I am making a RPG Zelda Style game - Part 1 -interact with NPC
Переглядів 84 години тому
I am wriing a game in python pygame, this part will introduce how to interact with the NPC , have a dialogue and exchange objects.
Tkinter : Creating a pull down menu style application using Tkinter
Переглядів 4721 день тому
This video is showing how to make an application using Tkinter to create the pull down menus, kind of window style application. Simple Paint Brush to draw something on the Canvas, creating a simple pull down menu, using open file function from window explorer ... import tkinter from tkinter import ttk ...
Pygame : Camera introduction - Using Camera Class
Переглядів 3021 день тому
This Python written codes contain some classes for applying Camera to your game. from Camera import Camera create instance by specifying ... self.all_sprites = Camera ( ) Different types of Camera : 1) move Camera with player always at the center ; 2) When player near boundary , Camera starts to follow ; 3) Keyboard driven, by assigning keys and can move camera around ; 4) Adventure game type, ...
Pygame : How to make internet login , make text input box , connect main game to login screen
Переглядів 20Місяць тому
This video shows : 1) How to make a text input box for pygame ; 2) How to make a login screen for internet game ; 3) How to make blinking cursor for the text input; 4) How to make your text input box changing its size when you entered more characters; 5) How to connect these login and your main game.
GODAT : Project Castle - Jumpy Knight Part 3 Game dev
Переглядів 668 місяців тому
I have some new progress made for the Jumpy knight game and added more interaction and I will be trying to further expand on the game in the series and update regularly. During the introduction of game play, I want to show you the techniques I learnt. Feel free to give me comments on how to improve. I will post this game to the itch.io website later once it finished.
GODAT : Project Castle - Part 2 : new progress in Jumpy knight
Переглядів 1788 місяців тому
I have some new progress made for the Jumpy knight game and added more interaction and I will be trying to further expand on the game in the series and update regularly. During the introduction of game play, I want to show you the techniques I learnt. Feel free to give me comments on how to improve.
I am writing a Street Fighter Style , 2 Players Fighting Game !
Переглядів 657Рік тому
I just made a street fighter game. It's about using the Python language and Pygame module to utilize the collision function/ sprites animation and game scoring. It's fun to learn programming by making a game like this. I'm working to see if we add more fighting skills and incorporate them into the game.

КОМЕНТАРІ

  • @GamerSpan
    @GamerSpan 7 місяців тому

    can i get source code

  • @betaga2261
    @betaga2261 8 місяців тому

    Use an LOD system, it will be more optimized.