Blender Game Engine Game Type Templates Logic Bricks (and Python script) based Game Templates for Blender

Overview

Blender-Game-Engine-Templates

Blender Game Engine Game Type Templates Logic Bricks (and Python script) based Game Templates for Blender, keeping it as simple as possible while also adding enough action to be interesting.

3rd_Person_follow_camera_01 Camera follows the cube around a little maze in a third person fashion.

breakout_like It's like the classic Breakout game, mouse controls the paddle.

CUBE_INVADERS Evil invader cubes are coming for you, shoot 'em all before it's too late. Features a ping ponging spawenr for for a very that has a Centipede feel to it.

Dodge_Tunnel Object spawn in the distance and speed your way, dodge or die! Well there's no death, just bumping in this simulation.

FPS+Enemies+WallRun First person shooter, with enemies, wall running/climbing and jumping

MakeHumanLady_walkin A simple MakeHuman model with a imported BVH walk cycle,

Mouse_Tracker_01 Click the mouse to drag the tracker object around the plane

Mouse_Tracker_Grid Click the mouse to position the tracker object somewhere on the grid, drop some cubes on the spot

Mouse_Tracker_RTS Click the mouse to position the Goto target for the RTS Unit to travel to

path_to_scripts Get the path to the scripts folder using the OS python module

Pits_Vines_Ladders Like Activision Pitfall but even lower resolution, and yet 3D! This version has no crocodiles, scorpions, tarpits, spiders or fires, maybe sometime soon.

pong Knock around a ball with a pair of paddles in this solo or two player game.

Rotation_Shooter Your ship spins, the enemies spin, it's the whirling wonder fun you've always wanted! Another Ping-ponging spawner in this one. Some bugs too.

SideScroll_Shooter You 'fly' toward the right where the endless enemies are spawning. Sound familiar?

Sigils_01 Kind of like a sprite sheet for magic sigils, space bar changes the UV coordinates to reveal a new magic symbol

Sigils_02 Kind of like a sprite sheet for magic sigils, space bar changes the UV coordinates to reveal a new magic symbol

Simple_Player_Maze Simple example of a player moving around a 3D maze from the top down 2D-ish point of view.

Simple_Player_Maze_Waypoints Simple example of a player moving around a 3D maze from the top down 2D-ish point of view. But now the 'enemies' follow waypoints around the map. The default Seek behavior for chasing the player was awful for running a maze so I gave the enemy cubes some patrols to run. I'd like a better way to do this, perhaps procedural grid creation of the map, then number the plains that make each sector. Or maybe a curve object, get the vertices and lay the waypoints at each vertice....

TextReader_filepath Read text from a file in the same directory as the blend file, store it in an list and then display the text line by line.

TextReader_textBlock Read text from a a text block stored in the blend file, store it in an list and then display the text line by line.

TextScroll2 Like a famouse movie or nine.

TrenchRun_Torus_IV Many Bothans died for this demo. I was having major stuttering issues spawning new trench parts every x seconds, so I went for the Wheel of Misfortune!

AI Mario challenges you to clear all stage of Super Mario game.

mario-ai-challenge Challenge AI Mario to clear all stages of Super Mario. GitHub Pages Site Rules Enjoy building AI Mario. Share information. Use Goog

karaage 48 Dec 10, 2022
A coven of tools to assist in PnP RPGs.

pupillae A coven of tools to assist PnP RPGs. Status: Pre-alpha. Testing. Adding necessary functions and features as discovered/required. Other-than-P

0 Dec 09, 2021
A pure-Python Wordle and Absurdle solver

Pyrdle A pure-Python Wordle and Absurdle solver Find the originals here: Wordle Absurdle Basic solving: Wordle To solve today's Wordle, simply run: ./

3 Feb 09, 2022
This is a simple game made using pygame.

Ball breaker This is a simple game made using pygame game view The game view have been updated wait for the new view to be uploaded Game_show.mp4 Lear

Rishikesh Kumar 3 Nov 05, 2021
Orbital-patterns - A program which plots pattern that revolving planets make

orbital-patterns Click to spawn planets Press "S" to capture screenshot. Image w

Yuvraj.M 11 Dec 24, 2022
Easily manage wine prefixes in a new way. Run Windows software and games on Linux

Bottles Easily manage wineprefix using environments Documentation · Forums · Telegram group · Funding 📚 Documentation Before opening a new issue, che

Bottles 4.1k Jan 09, 2023
Pyvidplayer - An extremely easy to use module that plays videos on Pygame

pyvidplayer An extremely easy to use module that plays videos on Pygame Example

17 Dec 05, 2022
The original Tetris tile-matching game as adopted by IBM PC.

🕹️ Tetris Game The original Tetris tile-matching game as adopted by IBM PC. Game developed purely on python using the Dear PyGui Framework. 📖 Instru

14 Nov 12, 2022
A Tetris Game for programming education

Tetris Game プログラミング学習を目的とした、ブロックを操作してスコアを競うゲームです。 FAQはこちら。 tutorialはこちら。 実行環境準備 Mac環境 Finder→Application→Utility→Terminalから、ターミナルを起動して以下コマンドを実行する。 # i

11 Dec 01, 2022
This is the card game like HearthStone and Magic

Territory War How to use it use pip3 to install django and channels: pip3 install Django pip3 install channels go to CardGame/first/consumers.py and g

Caesar 3 Oct 24, 2022
BUBBLE SHOOT - Pygame (python)

BUBBLE-SHOOT---Pygame BUBBLE SHOOT - Pygame (python) Bubbleshooter This is a Bubble shooter Game made with pygame. The arrow is controlled by the arro

ROBIN JONEY 1 Nov 12, 2021
A python script to solve Wordle puzzles

Wordle solver A python script to solve Wordle puzzles.

Felix Weinberger 1 Feb 12, 2022
This is a simple telegram bot for the game Pyal, a word guessing game inspired by Wordle

Pyal Telegram Bot This is a simple telegram bot for the game Pyal, a word guessing game inspired by Wordle. How does it work? Differently from the ori

Rafael Omiya 4 Oct 06, 2022
A Game of Life implementation in Python

Game of Life in Python (Golipy) Golipy is a simulator of John H. Conway's Game of Life, developed in Python based on the Pygame library. This is a toy

Alber 2 Dec 10, 2021
AI based assitant for minecarft

Minecraft_AI_assistant AI-based assistant for Minecraft There are 4 steps to build 1-I'm using collecting_data.png as a structure to take shots with c

Murat Ali Avcu 13 Oct 16, 2022
Recreation of HexGame in Pygame. More features will come soon !

Hex with Pygame Historical point of view What Are the rules of this game ? Some Strategies and tips The algorithm for the Win Other fonctionnalities W

4 Mar 26, 2022
Vitrix is an open-source FPS video game coded in python

Vitrix is an open-source FPS video game coded in python Table of contents Usage Game Server Installing Requirements Hardware Requirements Software Req

Vitrix 1 Feb 13, 2022
Rudimentary CMD based implementation of the Tic Tac Toe game

Packages used: questionary random os (Requires Python 3.8 as walrus operators are used in the script) Contains the .py file (tictactoe.py) and an exe

Ashwin 1 Oct 15, 2021
Bingo game with python

bingo-game-with-python type of plays possible player vs computer player vs player computer vs computer game is built with 4 objects classes 1.game 2.b

1 Nov 27, 2021
XO game with server, client and visualizer for AI bots.

XO game with server, client and visualizer for AI bots.

Ali 4 Jul 14, 2022