GitHunt

AZ

mooict

I like making small arcade style games to facilitate teaching and learning. Hope you find something useful in my collection of tutorials. Happy Programming ;-)

Languages

C#90%HTML10%

Top Repositories

Repositories

77
MO
mooict/4-Way-Movement-with-Sprite-Images-MOO-ICT

Make a Zelda style game movement and item collection prototype using C# and Win Forms

C#10Updated 3 days ago
csharpgamdevwinformszelda-like
MO
mooict/Top-Down-Car-Racing-game-in-windows-form

Create a simple top down car racing game in Windows Form with C#.

C#1115Updated 3 days ago
c-sharp-gamescar-racing-gamegame-developmenttrophytutorial
MO
mooict/C-Flappy-Bird-Game-Windows-Form

Flappy bird Game tutorial made in Visual Studio with C# and Windows Form

C#3628Updated 1 week ago
c-sharp-gamesflappy-birdmoo-icttutorialvideo-tutorialvisual-studiowindows-forms-csharp
MO
mooict/Top-Down-Zombie-Shooter-Game-in-Windows-Form

Create a top down 4 way zombie shooter in windows form with C# and Visual Studio. its fun and simple to make also you get to learn a ton too.

C#1211Updated 1 month ago
gamegame-developmentmoo-ictshooting-gametutorialvisual-studiozombie-shooter-game
MO
mooict/Windows-Form-Snakes-Game-Tutorial-with-c-sharp-Updated

Create the fun classic snakes game using C# in Windows Form. We will be using little elements of OOP programming to make this project, the code, project files and video tutorial is all presented with this project here

C#117Updated 1 month ago
formsgamemooictsnaketutorialwindows
MO
mooict/C-Picture-Matching-game-Tutorial-on-Net-5

A simple picture matching tutorial with .Net 5 C# in Visual Studio

C#42Updated 1 month ago
MO
mooict/Windows-form-snake-game-tutorial

How to create a simple snake game in windows form in VIsual Studio with C# programming

C#44Updated 1 month ago
MO
mooict/Pac-man-game-tutorial-in-windows-form

Make a simple pac man game in Windows Form with C#

C#25Updated 1 month ago
game-developmentpac-man-gametutorialvisual-studio
MO
mooict/Quiz-Game-Tutorial-Windows-Form

In this project we will makea simple quiz game in windows form. This will be a multiple choice game where you are asked a question and you have 4 variations of answers on the screen. You can use images or just text to make the quizes and you can use this a template for your own application in Visual Studio.

C#59Updated 1 month ago
game-developmentmultiple-choice-quiz-appquiz-gamevideo-tutorialvisual-studio
MO
mooict/WPF-Space-shooter-game

Another simple game where you are shooting a spaceship. This tutorial is created on WPF and C#

C#103Updated 2 months ago
game-developmentspace-shooting-gametutorialvisual-studiowpf
MO
mooict/Street-Fighter-Demo-MOO-ICT

Making a simple street fighter style demo using Win Forms and C# Programming

C#43Updated 3 months ago
fighting-gamegamedevwinforms
MO
mooict/WPF-Snakes-and-Ladders-Game

Create a fun snakes and ladders game using WPF and C# only. We get to explore some of the other components we need to use and how to creatively solve some of the problems with this game.

C#20Updated 3 months ago
game-developmentgame-tutorialsnakes-and-ladders
MO
mooict/Football-Pentalty-Shootout-Game-MOO-ICT

No description provided.

C#00Updated 3 months ago
MO
mooict/Move-Multiple-Objects-using-Paint-MOO-ICT

Drag and Drop multiple dynamically drawn images on Win Forms using C#

C#10Updated 3 months ago
csharpdrag-and-droptutorialwinforms
MO
mooict/WPF-Multiple-Choice-Quiz-game-with-random-questions

In this tutorial we make a project thats a multiple choice quiz style game. This game also randomises the question order when it starts so players arent given the same questions each time the game loads. This game is made with WPF and C#.

C#20Updated 3 months ago
game-developmentmoo-ictquiz-gametutorialxaml-programming
MO
mooict/Balloon-Pop-Arcade-Game-in-Windows-Form

Make a simple Balloon pop arcade style game in windows form and C#.

C#62Updated 3 months ago
balloonsc-sharp-gamesgame-developmentpop-the-balloon-gametutorial
MO
mooict/Jet-fighter-shooter-game-in-windows-form

Welcome to this exciting game tutorial. In this tutorial we will be using Microsoft Visual Studio with C# to create a simple fighter jet shooting game. We have the images ready for you to use within the assets at below however you can use your images if you please. Since we will be using positions and pixel perfect movements we would recommend you use our images to start with. In this tutorial you will be using keyboard to control the player and shoot at enemies. We will keep the total score of the game and show it on the screen.

C#65Updated 3 months ago
c-sharp-gamesgame-developmentjet-fighter-gametutorialvideo-tutorialvisual-studio
MO
mooict/Battleship-game-in-windows-form

Create a simple battleship game in windows form and c# in Visual Studio.

C#52Updated 4 months ago
battle-ship-gamegame-developmentmoo-icttutorialvisual-studio
MO
mooict/WPF-Flappy-Bird-Game

Create a simple Flappy Bird Clone with WPF and C# Programming in Visual Studio.

C#74Updated 4 months ago
flappy-bird-gamegamegame-developmenttutorialvisual-studiowpf
MO
mooict/Break-out-game-tutorial-in-windows-form

In this tutorial we will make a simple break out game in windows form and visual studio. This game tutorial will be done step by step and I will show you how to make the game in two different ways. One way where we will put the picture boxes ourselves and the second way we will add the picture boxes to the windows form dynmically through the C# script.

C#64Updated 4 months ago
break-out-gamebrick-breakergame-developmentgame-tutorialvideo-tutorialvisual-studio
MO
mooict/WPF-Parallax-Scrolling-Endless-Runner-Game

Create a simple parallax scrolling endless runner game in WPF and C# with Visual Studio.

C#90Updated 5 months ago
animationendless-runner-gamegame-developmentgamesparallax-scrollingtutorialvisual-studiowpf
MO
mooict/jsanimals

trying out some javascript libraries

HTML00Updated 7 months ago
MO
mooict/jsletters

No description provided.

HTML00Updated 8 months ago
MO
mooict/Collision-Detection-Project-WPF

This project will demonstrate how to do a simple collision detection inside of WPF and C# using Rectangles in a Canvas.

C#10Updated 10 months ago
hitrectanglestesttutorialwpf
MO
mooict/Save-the-eggs-game-in-windows-form

Create a simple save the eggs, item drop down game in Windows Form and C# in Visual Studio.

C#53Updated 10 months ago
c-sharp-gameseggs-gamegame-developmentitem-droppicture-boxesvisual-studio
MO
mooict/T-Rex-Endless-Runner-Game-in-Windows-Form

Make a simple endless runner style game in Windows Form

C#510Updated 12 months ago
endless-runner-gamegame-developmentrex-runner-gametutorialvisual-studio
MO
mooict/Guess-The-Word-Windows-Forms-MOO-ICT

Make a word shuffle game using C# and Win Forms

C#00Updated 1 year ago
csharpgamdevtutorialwinforms
MO
mooict/WPF-Space-Invaders-Game

Simple space invaders game tutorial created in WPF and C#.

C#42Updated 1 year ago
game-developmentspace-invaders-gametutorialvisual-studiowpf
MO
mooict/hardwarewebsite

A simple computer hardware website made with HTML and CSS

HTML11Updated 1 year ago
MO
mooict/C-sharp-tutorial-load-all-images-from-folder-and-play-in-a-slide-show

In this tutorial we will explore how to make a simple C# windows forms application where you can load all available image files from a single folder, the app will give you options to choose the speed of the slide and then you can click play to watch all of the images play one by one on the screen.

C#20Updated 1 year ago
c-sharp-tutorialmooictslideshow

Gists

Recent Activity

AZ (mooict) | GitHunt