ActiveSynaptic Software


About






My Projects.
My Projects:
In this page I will preseent prjects I have been working on over the past coule of years. All source and executable files can be found on my GitHub Page: https://github.com/IkeDeveloper.
below is an outline of my products found on GitHub:



1.
Berry Mania Game
C#
2.
Very early stage flight simulator arcade type game
contains both C# source file and exe files
C#
3.
Sim[ple program that creates an array of objects
contains both C# source file and exe files
C++


  1. The screen shots below are of Berry Mania. A game I developed in C# using the Unity Game Engine during 2020 first lockdown(I had to keep myself busy somehow.) Its a 3d Pac Man style game and the idea is to go run round the ingame world collecting all the Ribina Cartons displayed in the game world before your health expires. Preventing you from acheiving your goal is the evil ogre who is chasing you, zapping your enegy if he bumps into you. Only when you have collected six of the ground placed cartoons, you can then proceed to the top of the pyramid and collect the final carton to complete the game.



Graphics and visual arts by Neil Hawkins. Find some of his other work at: https://www.instagram.com/neilsy420/


2. The next project I started on was a flight simulator type arcade game. Unfortunatly I never finished it as I am trying to study for an A-Level maths, which is basically taking up most of my geek study time. Th screen shot below gives an illustration. I'll get round to finishing it at some point. Hopefully at some point in the future I will develop this idea and it as a fully fledged arcade type flight simulator shoot-em-up game. But for now trying to juggle everything from work, training( Iove to keep fit), studying mathematics and software engineering takes a lot of a commitment and there is unfortuatly only 24 hours in a day (another lock-down would certanly help.)




3. The third project is a very C++ program. Its a little more geeky but non-the-less demonstartes the concept of classes and objects can be intertwined to produce a sequaencial set of objects within an array structure. The program is simple enough. It prompts the use for employee details in the way of customer number an name. storing each object as an object, before puting it into an array. When the user has finished enering details, it then prints out all the records enered by going through the data structure sequenctially, priting out the details entered. See secreenshot below:


So there we are. A few projects that have kept me busy recently. Obviously I will put more on my GitHub profiles and update this page as new projects arise. But I think this page hase given a brief insight into my skills as a potential software engineer.