Pinned Repositories
GodotTopDownShooterTutorials
Code for my "godot top down shooter tutorials" YouTube series.
GodotTutorials
Code for my YouTube Godot tutorials.
KivyGameTutorial
This repository contains code from my Python Kivy Game Tutorial series on YouTube.
matrix_playground
Interactive tool to visualize/manipulate matrices, vectors, polygons, etc
PacmanPathfindingDemo
A simple path finding library along with a demonstration where 3 enemies follow the player (moved by arrow keys).
QtGameEngine
A game engine for the Qt framework.
QtGameTutorial
Code for the C++ Qt Game Tutorial Series I made for YouTube.
SnakeGameMovementElongationDemo
A small game made using C++ and Qt, purpose is to demonstrate how to implement snake movement and elongation
Tergie
A simple dot net framework for building games that run in a terminal window.
TheArcher
A medieval themed top down shooter game made with C++ and Qt
MeLikeyCode's Repositories
MeLikeyCode/QtGameTutorial
Code for the C++ Qt Game Tutorial Series I made for YouTube.
MeLikeyCode/QtGameEngine
A game engine for the Qt framework.
MeLikeyCode/KivyGameTutorial
This repository contains code from my Python Kivy Game Tutorial series on YouTube.
MeLikeyCode/GodotTutorials
Code for my YouTube Godot tutorials.
MeLikeyCode/PacmanPathfindingDemo
A simple path finding library along with a demonstration where 3 enemies follow the player (moved by arrow keys).
MeLikeyCode/SnakeGameMovementElongationDemo
A small game made using C++ and Qt, purpose is to demonstrate how to implement snake movement and elongation
MeLikeyCode/GodotTopDownShooterTutorials
Code for my "godot top down shooter tutorials" YouTube series.
MeLikeyCode/Tergie
A simple dot net framework for building games that run in a terminal window.
MeLikeyCode/basic_nsis_installer
An NSIS script that creates an installer with start menu entry and add/remove program functionality.
MeLikeyCode/BreakoutGameDemo
A small example game demonstrating how to implement the basics of a Breakout game using C++ and Qt.
MeLikeyCode/GodotBullet
Example code showing how to create a bullet in Godot
MeLikeyCode/GodotBulletWeb
Web version of my GodotBullet example.
MeLikeyCode/KritaGodotExporter
Easily export and edit/re-export images for a Godot game (export happens automatically upon saving the image)
MeLikeyCode/linux_for_non_programmers
A (mini) book that teaches linux to non-programmers.
MeLikeyCode/SampleCode
A small sample of some of the code that I have written.
MeLikeyCode/wickEditorTutorial
Save file for the zombie shooter that I present in a Wick editor (tool for creating interactive web apps) tutorial I made.
MeLikeyCode/matrix_playground
Interactive tool to visualize/manipulate matrices, vectors, polygons, etc
MeLikeyCode/CustomRenderingTest
Testing out writing my own renderer (using opengl) and trying to make it more efficient (for certain cases) than popular/industry-standard ones.
MeLikeyCode/data_oriented_design_expt
An attempt to experiment with and benchmark data oriented design
MeLikeyCode/EvolutionSimulator
MeLikeyCode/EvolutionSimulatorWeb
The web version of my evolution simulator (written in GDScript instead of C#)
MeLikeyCode/JupyterNotebook
A JupyterNotebook for Binder that I can use for my website. Has lots of packages in environment.yml.
MeLikeyCode/pomodoro
A distraction free pomodoro app that stays out of your way and helps you stay focused
MeLikeyCode/QtCurtainItem
A Curtain Item that can be opened and closed (made for one of my C++ Qt Game Tutorial viewers)
MeLikeyCode/queueExpt
An experiment with writing a custom queue that is faster than std::queue. The custom queue is a circular buffer queue.
MeLikeyCode/STLWrappers
A single header file containing functions that provide a simpler interface to the c++ STL containers.
MeLikeyCode/ToolOfTheWeekJupyterNotebook
The Jupyter Notebook for my Tool of the Week episode on the Jupyter Notebook.
MeLikeyCode/ToolOfTheWeekMathematicalOptimization
Jupyter Notebook for the Tool of The Week episode I did on mathematical optimization.
MeLikeyCode/ToolOfTheWeekSympy
Jupyter Notebook for my "Tool of the Week - Sympy" Youtube video.
MeLikeyCode/youtube_audio
A small/simple python module that allows you to easily play the audio of a YouTube video