MyShooter is a first person shooter game developed under C# using Tao opengl library Features:- MD2 Model loading 1- Shotgun 2- Opponents 3- Bonus packs Sounds 1- Background music 2- […]
Visualize Tool
Visualize tool was my final OOP task required. It reads any .CS file and parse strings (using simple string operations) in order to extract all classes, attributes & functions present. […]
Simple Notepad using C#
Simple notepad program that behaves similarly to windows built-in ‘notepad’ V.2 Features:- 1- Detect altered text 2- Add ‘*’ to altered text control’s title 3- Prompt user to save changes […]
Basic Calculator using C#
Simple calculator program that behaves similarly to windows built-in ‘calc’ N.B. Scientific option was not yet implemented and is left for interested ‘Geeks’ 😉 Screenshot:- Download Source File (VS 2008)
Simple File Explorer Using C#
Simple file explorer that makes use of the hierarchical tree view control Screenshot:- Download Source File (VS 2008)