BrettFX
Hi my name is Brett Allen and I have a strong passion for unraveling data and thriving on transforming raw numbers into actionable insights.
Pinned Repositories
2D-Game-Engine
A 2D Game engine built with only native Java libraries. Part of a tutorial series @ http://vanZeben.ca/java/2d_game_dev
ARDemo
Generate Augmented Reality overlays for a preset set of images
array
AStar
AStar example with community contributions
BallenDevBST
Binary Search Tree Data Structure
boss-lite
Boss Lite - React Redux Material Admin Template
DATA-602-Airline-Customer-Satisfaction
DoublePointers
image-extrusion-blender
Seamlessly blend two images together with extrusion (pop-out) effect
Solitaire
Classic Game of Solitaire made with Unity Engine
BrettFX's Repositories
BrettFX/2D-Game-Engine
A 2D Game engine built with only native Java libraries. Part of a tutorial series @ http://vanZeben.ca/java/2d_game_dev
BrettFX/array
BrettFX/BallenDevBST
Binary Search Tree Data Structure
BrettFX/BallenDevDblLinkedList
Doubly Linked List
BrettFX/BallenDevLinkedList
Features a singly liked list
BrettFX/Bluetooth---How-to-Pair
How to pair with a bluetooth device in your android applications
BrettFX/Book-Author-Information
This program will display an initialized struct of book information, takes input data from an end user that will be stored in initialized struct of book information, and displays the new book information.
BrettFX/BrettsMusicShop
BrettFX/C-Student-Class-Lab
This Program demonstrate the use of classes in C++. The Student class is instantiated three times using three separate constructors; one default, and two overloaded. The * program will output the name, id, and test scores for each object created from the * Student class via mutator and accessor functions while validating along the way.
BrettFX/Check-Book-Simulator
Virtual checkbook simulation
BrettFX/CMSY-141-181-LAB-5
Manipulating a text file of student grades (hypothetical); computing average class grade, highest/lowest grade of class, and what letter grade each student receives
BrettFX/CMSY-141-181-LAB-6
In this program, you will demonstrate a working knowledge of using pointers and arrays. Specifically in this program, you will need to write a program that dynamically allocates an array large enough to hold a user-defined number of test scores. The key word here is dynamically (uses the new operator). Once all the scores are entered from getData function, the array should be passed to classAverage function that calculates the average test score and finally determine if the scores are passing or failing, along with how many of each.
BrettFX/DataCommApp
BrettFX/Java-CSV-Parsing
BrettFX/SnakeRemake
Snake Remake Project
BrettFX/SnakeTutorial
The source code for the snake tutorial video on http://www.youtube.com/iJaryt23
BrettFX/TrieDictionary
BrettFX/UE4-footprints
BrettFX/Virtual-Checkbook
This program is a remastered version of my Bank Account Simulator in Java rather than C++