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!

A launcher to launch games from Riot Games under Linux

rito-launcher A launcher to launch games from Riot Games under Linux Requirements: Python 3, with the following pip plugins: 'configparser, pathlib, w

6 Mar 07, 2022
Database of relevant Minecraft OG usernames

Introduction In this repository we want to collect names and words that get the "OG Name" badge on laby.net. We want the community to be able to contr

LabyMod 19 Dec 02, 2022
Exposè for i3 WM. Fork of https://gitlab.com/d.reis/i3expo to fix crashes and improve features/usability

Overwiew Expo is an simple and straightforward way to get a visual impression of all your current virtual desktops that many compositing window manage

137 Nov 03, 2022
The Classic Fruit Collecting game made in python with pygame

FruitCollect A classic fruit Collecting game made with pygame Install pygame before running: "pip install pygame" Rules: Random fruits will drop from

Pranav Bobby 1 Dec 01, 2021
The main objective of the game is to destroy multiple waves of asteroids with the help of a blaster mounted on the spaceship.

Astronomia: let the exploration begin The main objective of the game is to destroy multiple waves of asteroids with the help of a blaster mounted on t

Aryan Nath 8 Nov 18, 2022
Repository with console python implementation of Simple Artificial Life (simplified MAS) and Conway's game of life

artificial-life-game Repository with console python implementation of Simple Artificial Life (simplified MAS) and Conway's game of life Installation c

Vladislav 6 Nov 14, 2022
This is a simple Tic-Tac-Toe game.

Tic-Tac-Toe Nosso famoso e tradicional Jogo da Velha, mas agora em Python. Development setup Para rodar o programa, basta instalar python em sua maqui

João Assalim 1 Oct 10, 2022
A 16x16 clone of Minecraft Classic, written in Python with the Ursina Engine

VoxelCraft A 16x16 clone of Minecraft Classic, written in Python with the Ursina Engine Features:Trees, Water(But there's no gravity, so if you break

2 Jun 23, 2022
Python codes for the classic Hang Man game

Python codes for the classic Hang Man game. The user will be assigned a random word to guess, one character at a time. If the user gets everything right, the program says Well Done!, but if the user

p.katekomol 1 Jan 25, 2022
DOTD - A murder mystery game made in Python

DOTD This repo holds the files for my video game project from ENG101, Disaster o

Ben Bruzewski 1 Jan 13, 2022
Ultimaze est un jeu en 2.5D, réalisé dans le cadre d'un projet de NSI.

Ultimaze Ultimaze est un jeu en 2.5D, réalisé dans le cadre d'un projet de NSI. La consigne était d'utiliser la librairie pygame pour créer un jeu en

parlabarbedeMerlin 3 Sep 17, 2022
This is a good project to train your logic game with python language

JO-KEN-PÔ!!! | Description | basic. I make this game only to train. This is a good project to train your logic game with python language. This game is

Elianderson Silva 1 Jan 24, 2022
Jogo da velha escrito em python para 1 ou 2 jogadores

O Jogo da Velha Esse jogo da velha foi desenvolvido por mim em python, como um desafio de programar um jogo da velha em menos de 24 horas, no qual o c

Gabriel Castelo Branco 5 Jun 18, 2021
A shooter game.

Screenshots Installation GNU/Linux Go to the Releases tab. Download InfiniteShooter.flatpak from the latest version of InfiniteShooter Open the termin

PastThePixels 13 Dec 01, 2022
A small script to help me solve Wordle because I'm that lazy

Wordle Solver A small script to help me solve Wordle because I'm that lazy. Warning: I didn't write this to be efficient nor elegant at all, so you'll

K4YT3X 3 Feb 11, 2022
WORDLE Helper and Solver

WORDLE Helper and Solver There is a pupular game around WORDLE The game could be hard for non-English speaking people so I started to think of a helpe

1 Jan 24, 2022
Implementation of Conway's game of life in python.

👾 👨🏻‍💻 Conway's Game of Life 👨🏻‍💻 👾 by FranciscoCharles An interactive simulator that implements the standard Conway Game of Life with a simpl

3 Oct 01, 2021
A "finish the lyrics" game using Spotify, YouTube Transcript, and YouTube Search APIs, coupled with visual machine learning

Singify Introducing Singify, the party game! Challenge your friend to who knows songs better. Play random songs from your very own Spotify playlist an

Josh Wong 4 Nov 19, 2021
Pokemon game made in Python with open ended requirements from Codecademy

Pokemon game made in Python with open ended requirements from Codecademy. This is one of my first projects utilizing OOP and classes! -This game is a

Kevin Guerrero 2 Dec 29, 2021
Super Mario Kart November 1991 Prototype Repair by MrL314

Super Mario Kart November 1991 Prototype Repair by MrL314

MrL314 51 Dec 26, 2022