Code Monkey home page Code Monkey logo

Hi 🐸

A C++ Behavior Tree implementation and FFI bridging to an Electron app allowing editing and previewing a simulated BT in real-time

C++ Builder API example

auto behaviorTree = BehaviorTree::build()
	.select()
		.conditon(PlayerVisible)
		.conditon(CanFire)
			.task(FireAtPlayer)
		.sequence()
			.task(MoveToPlayer)
			.task(Wait)
		.close()
		.task(Idle)
	.close()
.end();

Electron editor app

Behavior Tree Editor Behavior Tree Editor

Submission for the GMTK 2023 Game Jam with the theme: "Roles Reversed", developed in about ~8h using Unity

Ball knocking out a player

An AI using Unreal's Behavior Tree for a dog that follows you, explores areas around and takes a nap when tired

doggo

A game prototype based on curling using OpenGL

curling-around-demo-1.mp4

A Game Boy emulator written in C++, can only run the bootrom

gabboy-demo-1.mp4

A n-body simulation running on the GPU using Metal

stardust-demo-1.mp4

A C++ implementation of goal-oriented action planning

Screen.Recording.2023-03-01.at.10.24.20.PM.mov

A 2D exploration game prototype based on stealth and puzzle solving, written in C# using Unity

Enemy waypoint, patrolling and chasing mechanic

Screen.Recording.2023-01-12.at.10.10.00.PM.mov

Lander

A 2D game prototype about controlling a lander and finding crystals, written in Swift using SpriteKit

lander-demo-1.mp4

A 2D platformer made in 48 hours with a team of 4 for the GMTK Game Jam 2021, using custom TypeScript engine built during the jam.

magnet-soul-demo-2.mov

An augmented reality graffiti iOS app, written in Objective-C, using Vuforia

Conway's Game of life written in Haskell using OpenGL

game-of-life-demo-1.mov

A 2D visualization of the Dragon Curve L-system written in Hashell using OpenGL

A 2D game prototype à la Asteroids but where bullets ricochet, written C++ using SFML

spaceship-demo-1.mp4

Gabriel Lumbi's Projects

android-swipecell icon android-swipecell

Android SwipeCell - A custom view that can show actions by sliding left or right.

cookie icon cookie

A simple 2D game engine built on top of SDL

curling-around icon curling-around

A game prototype based on curling built using a primitive 3D engine on OpenGL

exercises-cpp-tmp icon exercises-cpp-tmp

My solutions to the exercises in “C++ Template Metaprogramming” by Abrahams and Gurtovoy.

gabboy icon gabboy

A Game Boy emulator for learning purposes

goap-cpp icon goap-cpp

An implementation of GOAP in C++ with slimes

jonason icon jonason

Your friendly yet unreliable JSON parser

magnet-soul icon magnet-soul

Supercharged platformer game made in 48 hours for GMTK game jam 2021 ⚡️

nand2tetris icon nand2tetris

nand2tetris online course. Making a computer from Nand gates.

ootofp icon ootofp

This repo contains a collection of sample code that shows are different object-oriented design patterns can be implemented using functions.

peachframework icon peachframework

A bunch of convenience classes to speed up Android dev wrapped in an Android Studio module

pinebt icon pinebt

C++ Behavior Tree implementation

pump.swift icon pump.swift

A functional reactive programming framework for Swift based on the Bacon.js API

spaceship-game icon spaceship-game

A random spaceship game where bullets ricochet and you can parry enemies

stardust icon stardust

An N-body simulation using Apple's Metal on the GPU

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.