C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Prabakaran M(18)
Nitin (11)
Emanuel Martins(6)
Gayathri Anbazhagan(5)
Vijay Kumari(4)
Rikam Palkar(3)
Ahsan Siddique(3)
Asma Khalid(3)
Manikandan Murugesan(2)
Ng Cheehou(2)
Satya Karki(2)
Mahesh Chand(2)
Lalit Bansal(2)
Syed Shanu(2)
Guest User(2)
Rinki (1)
Allen Oneill(1)
Babita (1)
Tasadduq Burney(1)
Himanshu Singh(1)
Sigar Dave(1)
Janarthanan S(1)
Ayush Gupta(1)
Abhishek Saini(1)
Sarthak Varshney(1)
Vikas Singh(1)
Lokesh Varman(1)
Dr Gomathi(1)
Jin Necesario(1)
Manish Tewatia(1)
Amit Mohanty(1)
Dhanush M(1)
Rohit Gupta(1)
Premjith Bpk(1)
Abhishek Yadav(1)
Shaun Alan(1)
Parth Patel(1)
Rawan Nassar(1)
Ankit Kanojia(1)
Gaganpreet Singh(1)
Bidyasagar Mishra(1)
Jeeva Subburaj(1)
Ashish Vishwakarma(1)
Muhammad Habib Jawady(1)
Vincent Maverick Durano(1)
Yusuf Karatoprak(1)
Nandhini S(1)
Ravishankar Velladurai(1)
Resources
No resource found
Setting the App Icon and SplashScreen in MAUI [GamesCatalog] 17
Apr 23, 2025.
Configured custom app icon and splash screen in .NET MAUI using SVG files from FontAwesome. Integrated local game rating storage via the IGDB API. Prepping for next phase: building a Web API backend.
Horizontal List of Overlapping Images in MAUI [GamesCatalog] - Part 14
Apr 20, 2025.
Learn how to create a horizontal list of overlapping images in .NET MAUI for your GamesCatalog app! In Part 14 of this series, we’ll explore step-by-step how to design a smooth, modern UI using CollectionView and custom layouts. Perfect for game apps and cross-platform projects!
Listing Information from the Local DB in MAUI .NET 9 [GamesCatalog] - Part 15
Apr 20, 2025.
Learn how to list and display information from a local database in a .NET 9 MAUI application! In Part 15 of the GamesCatalog series, we’ll explore data binding, fetching records, and displaying game data seamlessly in your MAUI app. Perfect for beginners and intermediate developers!
Asynchronously Grouping Totals in MAUI [GamesCatalog] - Part 13
Apr 14, 2025.
Learn how to implement dynamic game status cards in MAUI using MVVM, data binding, and async methods. This covers creating UI components, grouping data by game status, and displaying totals on the main screen.
Dynamic Styles and Appearance Behavior in MAUI [GamesCatalog] - Part 12
Apr 11, 2025.
This XAML defines a styled "Add Game" button using FontAwesome icons. It binds commands and enables triggers to change text and icon color dynamically based on the button's enabled state.
Adding Objects to a Local Database in MAUI .NET 9 [GamesCatalog] - Part 10
Apr 02, 2025.
Learn how to store game reviews in a local SQLite database using MAUI .NET 9. This guide covers setting up repositories, handling images, adding games, and implementing dependency injection for seamless functionality.
How to Create a Rock, Paper, Scissors Game in Python Using CLI
Mar 31, 2025.
Learn how to create a simple Rock, Paper, Scissors game in Python using the command line interface (CLI).
Industrial Darwinism: How AI-Driven Design and Manufacturing Change the Survival Game
Mar 25, 2025.
AI is revolutionizing industrial design and manufacturing by accelerating product development, optimizing production, and enhancing efficiency. Companies must integrate AI-driven innovation to stay competitive in a rapidly evolving technological landscape.
Word Guessing Game in Python with Code
Mar 26, 2025.
The Word Guessing Game is an interactive Python project where players guess a randomly selected word by suggesting letters, receiving feedback on accuracy, and aiming to reveal the entire word within limited attempts.
Building a Number Guessing Game in Java
Feb 10, 2025.
Learn how to create a number guessing game in Java. This beginner-friendly project covers random number generation, user input handling, loops, and conditionals, with enhancements like difficulty levels and input validation.
Exploring The Metaverse Index (MVI)
Jan 20, 2025.
The Metaverse Index (MVI) is a decentralized token pool offering exposure to virtual economies, including NFTs, gaming, finance, and more. MVI simplifies Metaverse investments, minimizing risk and costs.
Exploring LensGo AI: A Game-Changer in Artificial Intelligence
Jan 02, 2025.
LensGo AI is an innovative platform that leverages the power of artificial intelligence to revolutionize visual content creation.
6 Ways to Build for Android XR with Unity 6
Dec 18, 2024.
Unity 6, the latest iteration of the popular game engine, offers powerful tools for developing immersive Android XR experiences. Here are six key ways to leverage Unity 6 for building compelling Android XR applications.
Rock, Paper, Scissors Game in Java
Nov 12, 2024.
This article provides a step-by-step guide to implementing the "Rock, Paper, Scissors" game in Java, complete with a demo video and downloadable source code, covering game rules and logic.
How to Build a Classic Snake Game Using HTML and JavaScript (With Code Example)
Nov 08, 2024.
Learn how to create a classic Snake game using HTML and JavaScript! This step-by-step guide with code examples is perfect for beginners interested in JavaScript game development. Follow along and start building your own games today.
Rock, Paper, Scissors Game in JavaScript
Nov 05, 2024.
A simple Rock, Paper, Scissors game in JavaScript teaches beginners about functions and conditionals. It features an HTML interface for player choices and JavaScript logic for determining game outcomes.
Announcing the Launch of Unity 6: A New Era in Game Development
Oct 21, 2024.
The world of game development is entering a groundbreaking new phase with the launch of Unity 6, the latest version of one of the most popular and versatile game development engines.
Interactive Tic-Tac-Toe Game in React
Sep 23, 2024.
In this article, you'll learn how to create an interactive TicTacToe game using React. We cover essential React concepts like components, useState, and useEffect. Step-by-step, you'll build the game interface, implement game logic to check for winners and style the components.
How to Create and Launch a Tic Tac Toe Game on Azure Web App
Sep 18, 2024.
This guide walks you through deploying a Tic Tac Toe game on an Azure Web App. It covers initializing a Git repository, pushing code to GitHub, creating an Azure Resource Group, App Service Plan, Web App, and configuring GitHub deployment. Finally, access your deployed game via the Azure URL.
How Generative AI is Changing the Gaming Industry
Aug 09, 2024.
Generative AI is revolutionizing the gaming industry by enhancing game development and creating more dynamic, personalized player experiences. This technology enables the creation of vast, ever-changing environments, dynamic storytelling, and AI-driven design, pushing the boundaries of what's possible in gaming.
Code View in Power Apps Studio: A Game-Changer for Developers
Jun 27, 2024.
In this article, we will learn about the new feature of Power App Studio: Code View, which helps the developer view the control code in the YAML + PowerFx language.
The Emergence of Small Langugage Models (SLM) - A Game Changer
Jun 22, 2024.
In this article, we will explore the significance and applications of small language models, examine the pros and cons of SLMs, and discuss the Phi-3 family along with its key features
Understanding Docker: A Game Changer for Software Deployment
May 20, 2024.
Docker, introduced in 2013, automates application deployment within containers, ensuring consistency across development stages. Despite some challenges like security and data storage, Docker simplifies app deployment, as shown in a C# example.
How to Build a Game with React Js?
May 19, 2024.
Learn how to build a game with React.js in this step-by-step guide. Explore React's capabilities for game development, including component-based architecture, state management, and hooks. Discover techniques for creating interactive UIs, handling user input, and optimizing performance for a seamless gaming experience.
Open AI GPT-4o A Multimodal Mastermind Ushering in a New Era of AI
May 14, 2024.
OpenAI's GPT-4o breaks ground with multimodal capabilities, processing text, audio & visuals. Explore its applications, the future of AI, and the collaboration needed for responsible development.
Unity 6 Preview: Exciting Features for Game Developers
May 03, 2024.
Unity, the leading platform for creating interactive experiences, has unveiled its highly anticipated Unity 6 Preview, showcasing a plethora of new features designed to empower game developers.
C# Programming: Language Fundamentals, OOP, Async, LINQ
Apr 25, 2024.
This guide provides a thorough exploration of the C# language, covering essential topics such as language fundamentals, object-oriented programming concepts, asynchronous programming, and Language Integrated Query (LINQ).
Devin AI: A Game-Changer in Software Development?
Mar 19, 2024.
Imagine a tireless teammate who can code, debug, and even plan entire software projects. That's the promise of Devin AI, developed by Cognition. Touted as the world's first "fully autonomous" software engineer, Devin is causing a stir in the tech world.
Number Guessing Game in Python
Jan 19, 2024.
In this article, you will learn how to write a Guess-the-number game in Python using a Google Colab. You will learn three different ways to implement it.
Create a Dummy Jeopardy Game With ChatGPT
Nov 29, 2023.
Create a dummy Jeopardy! Game With ChatGPT and .Net Core.
Mastering the Infinite Game of Software Development
Nov 06, 2023.
When you embrace the infinite nature of software development, you open yourself up to a lifetime of learning and growth. Mastering the Infinite Game of Software Development
Design a Snake game in Blazor
Sep 22, 2023.
The Snake Game, with its roots tracing back to the 90’s arcade era. Thanks to Blazor, Let's give this timeless gem a new home on your web browser.
How to Bind C# Script in the Unity Game
Jun 12, 2023.
This article explains how we can attach C# script to the scene object in the Unity project.
Getting Started with Unity Game Development
May 27, 2023.
This article explains Unity, its uses for application development, and prerequisites and environment setup for development as well as demonstrates how to get started with game development with an example.
Google Bard A Potential Game-Changer Set to Dethrone ChatGPT
May 13, 2023.
Google Bard, the revolutionary language model chatbot, is now available in India and aims to outperform ChatGPT.
How To Create An Account on Roblox?
Apr 28, 2023.
How to create a Roblox account and login in to enjoy this platform?
C# 12's Records: A Game Changer for Data Objects and Immutable Types
Apr 17, 2023.
C# 12's Records: A Game Changer for Data Objects and Immutable Types
5 Game-Changing Web Technologies to Watch in 2023
Apr 15, 2023.
Learn about the top 5 Web technologies of the year 2023 and beyond
Step-by-Step Guide To Develop Tic-Tac-Toe AI With Blazor
Mar 06, 2023.
Design and developing a Tic Tac Toe game where second-player is AI.
Create A Tic-Tac-Toe Game In Blazor
Aug 28, 2022.
There are a lot of small things I wanted to cover so why not create a game to cover all of them?
How To Create The Sandbox Game Account Using METAMASK
Aug 24, 2022.
The sandbox game account create using metamask.
What Is Sandbox?
Aug 04, 2022.
This article is about sandbox. The Sandbox is a blockchain game in which players use non-fungible tokens (NFTs) on the Ethereum blockchain to create a virtual world.
Simple Game Creation Using PyGame
Jul 16, 2022.
In this article, we will discuss about creating simple games using PyGame Library in python programming language.
The Rise Of Play-To-Earn Games
Feb 09, 2022.
In this article, we will see the rise of Play-To-Earn Games and Popular Play-To-Earn Games.
Stratis Build Hackathon 2021
Nov 18, 2021.
This article will help you will all the information that one may need to participate in the Stratis Build Hackathon.
How To Integrate Stratis Blockchain In Unity Game
Jul 26, 2021.
This article demonstrates how you can Integrate Stratis Blockchain in Unity Game?
How To Counter, Timer And Game Over Logic Using C# Script In Unity 3D
Mar 27, 2021.
In this article, you will learn how to Counter, Timer and Game Over Logic using C# Script in Unity 3D.
21 Flags Game Theory Puzzle - Dynamic Solution With C#
Jan 05, 2021.
I’m develop a program that can automatically generate a winning strategy based on different situation (e.g. different starting flags, winning condition, flags that allowed to remove per turn), compare to previous code that hard code some logic and only works for specific situation.
Why .NET Is A Good Choice For Game Development
Nov 23, 2020.
.NET is a cross-platform, open-source development environment that supports many Game Engines. You can develop your game and its mobile application, website, and other online services using the same platform.
Creating Custom Rock Paper Scissor Game Alexa Skill Using Alexa Hosted NodeJS
Aug 25, 2020.
in this article, i have created a custom rock paper scissor game alexa skill.
Create A Game Minimap Using C# Scripts In Unity
Jul 29, 2020.
In this article, you will learn how to create a game minimap using c# scripts in unity.
Configure And Deploy A Unity Game To Amazon S3
Jul 04, 2020.
In this article, you will learn how to configure and Deploy a Unity Game to Amazon S3.
How AI is Revolutionizing Game Development
May 26, 2020.
Right now, we are at the start of an AI revolution, and you might hear people talking about AI threatening to take over our jobs. This topic will be discussed in the following article.
Tic-Tac-Toe Online Game Using ReactJS and NodeJS (Socket.io)
Mar 30, 2020.
In this article, we will learn how to make a tic-tac-toe online game using React JS as a front end and Node JS (Socket.io) as a backend server.
Building a Matching Pairs Memory Game Using Knockout JS
Mar 12, 2020.
In this article, you will learn how to build a matching pairs memory game using Knockout JS.
Tic-Tac-Toe Game Using ReactJS
Feb 25, 2020.
In this article, you will learn about creating a Tic-Tac-Toe Game using ReactJS.
Top 7 Game Development Tools To Look Forward In 2020
Feb 11, 2020.
In this article, you will learn about the top 7 game development tools to look forward to in 2020.
How to Develop Flappy Bird Game in JavaScript
Dec 16, 2019.
In this article, you will learn how to develop a Flappy Bird game in Javascript.
How to Develop a Snake Game in JavaScript🐍
Dec 09, 2019.
In this article, you will learn how to develop a snake game in JavaScript. This article explains how to develop a basic Snake game using JavaScript. It covers the steps for coding the game, including setting up the HTML, creating the snake movement script, and displaying the game.
Build a City Race 3D Game using GDevelop
Dec 01, 2019.
In this article, you will learn about how to build a City Race 3D Game using GDevelop.
2D Air Force Combat Game Using GDevelop Engine
Nov 27, 2019.
In this article you will learn about 2D Air Force Combat Game using gdevelop Engine.
CastleDoodle Game In HTML 5 Platform using GDevelop
Nov 25, 2019.
In this article, you will learn about Embark on an adventure with CastleDoodle, a captivating game crafted in HTML5 using the GDevelop platform. Dive into the realm of imaginative gameplay, where creativity meets innovation.
Super Mario Platform Runner Using Gdevelop Engine
Nov 19, 2019.
Embark on a nostalgic journey with Super Mario Platform Runner, crafted using the powerful GDevelop Engine. Run, jump, and collect coins across vibrant levels filled with obstacles and power-ups. Experience classic platforming action in this thrilling adventure.
Space Marine Warrior Game in Android Platform Using GDevelop
Nov 19, 2019.
In this article, you will learn about developing the Space Marine Warrior game in the Android platform using GDevelop.
Cannon Shooter Game In Android Using GDevelop
Nov 11, 2019.
Gdevelop is based on 2D game creation, without using coding. In this article, I will explain how to design a cannon shooter game in android platform using gdevelop.
Adventure Car Race Using Native Platform In Gdevelop
Oct 31, 2019.
In this article, you will learn about an adventure car race using Native Platform in Gdevelop.
Ghost Shooter Game Build In Rain Fall Using Construct 2
Oct 31, 2019.
In this article, you will learn about a ghost shooter game build in rain fall using Construct 2.
Space Blaster Bug Enemy Game Using Construct 2
Oct 18, 2019.
In this article, you will learn to create space blaster bug enemy game using construct 2.
Angry Bird Game Using Constructor 2 Platform
Oct 17, 2019.
In this article, you will learn how to build the new game angry bird using constructor 2 platform.
Voice Recognization Using Speech Synthesis In Game Construct 2
Oct 11, 2019.
In this article, you will learn about Voice Recognization using Speech Synthesis in Game Construct 2.
Web Based Game Using JavaScript
Sep 02, 2019.
In this article, you'll learn how to create a simple web-based game, "Catch My Santa," using HTML, CSS, JavaScript, and jQuery. The game features a 3x3 grid where players must tap on boxes containing Santa hats that appear randomly.
Realtime Blazor Tic-Tac-Toe Game - Bot Vs Multiplayer Using SignalR
Jul 17, 2019.
In this article, we will learn how to create a realtime bot vs. multiplayer tic-tac-toe game in Blazor using SignalR.
How Blockchain Changes The Crowdfunding Game
May 16, 2019.
In this article, you will learn how blockchain changes the crowdfunding game.
Simple Blazor Game Development Using .NET Core 3.0 Preview, Web API, And Visual Studio 2019
May 14, 2019.
In this article, we will see how to create a simple game development web application using ASP.NET Core Blazor, .NET Core 3.0 Preview, and Visual Studio 2019.
Understanding State Design Pattern By Implementing Finite State Machine In Super Mario Game
Jun 25, 2018.
In object oriented programming State Pattern is one of the way to implement Finite State Machines. This pattern falls under Behavioral Design Patterns.
Importing Sound To Game Using Construct 2
Jun 22, 2018.
Constructor is based on 2D game creation, without using coding. Now in this article, I will explain about how to design the game start page using constructor. Constructor 2 is a powerful HTML 5 game creator, designed especially for 2D game creators.
Snow Fall Using Constructor
May 08, 2018.
Constructor is based on 2D game creation, without using coding. Now in this article, I will explain about how to design the game start page using constructor. Constructor 2 is a powerful HTML 5 game creator, designed especially for 2D game creators.
Unity - The Big Picture On Game Development
Mar 27, 2018.
In this article, you will learn how easy it actually is to get your feet wet with Unity and the essentials of starting a project using this game development platform.
Building A Simple Working Memory Game App With Web API And SignalR
Feb 02, 2018.
This article will walk you through how to build a simple data-driven mobile game application using the power of Xamarin and Web API. We will also build a real-time leader board page using ASP.NET SignalR.
Xamarin.Android - Logo Quiz Game
Dec 26, 2017.
Test your knowledge in this logo quiz game! From Transformers to Minecraft, find out how many world famous logos you recognize.
Xamarin.Android - Flags Quiz Game App - Part Two
Dec 08, 2017.
In this article, we shall learn how to build a flags quiz game in Xamarin Android. Flag quiz basically is a simple game that can develop your knowledge about countries' flags.
Xamarin.Android - Flags Quiz Game App - Part One
Dec 06, 2017.
In this article, we shall learn how to build a flags quiz game in Xamarin Android.
IoT With HTML5 Game Engine And Node.JS
Aug 21, 2017.
In this article, I will tell you how to use node.js as a bridge between an HTML 5 game and IoT by using Johnnyfive.io and Phaser.io.
Shooting Game Using Construct 2
Aug 08, 2017.
Construct 2 is an HTML5 based 2D game editor developed by Scirra. Construct 2 is a powerful game creator specifically designed for 2D games.
Creating Bullet-Shooting Game Using Constructor 2
Aug 02, 2017.
Constructor is used for 2D game creation without writing a lot of code. Now in this article, I will explain how to design the game start page using Constructor. Constructor 2 is a powerful HTML 5 game creator designed especially for 2D Game Developer.
How To Create Simple Game Play Application Using Cross Platform
Jul 15, 2017.
Xamarin is a platform that allows us to create multi-platform mobile applications like (Windows phone, Apple iOS , Android) through a single integrated development environment (IDE). This platform allows the designers to develop and design various mobile platform applications within a limited period. We will discuss how to create game applications using Xamarin.Forms (or) cross platform from VS2017. There are many plugins available including Stack Layout, Label and button.
Create A Rolling Ball Game With Force And Gravity In C#
Jun 26, 2017.
In this article, I am going to explain about creating a rolling ball game with force and gravity in C#.
Mouse Input Using C# In Unity
Jun 25, 2017.
In this article, I am going to explain about mouse input in unity.
Assets In Unity For Rapid Game Development
Jun 21, 2017.
This article demonstrates how to use assets to develop a game in Unity.
Character Controllers In Unity
Jun 11, 2017.
In this article, I am going to explain about how to control the character in your unity project.
Construct Simple Game Using Construct 2
Jun 09, 2017.
Constructor is based on 2D game creation, without using coding. Now in this article, I will explain about how to design the game start page using constructor. Constructor 2 is a powerful
Adding Terrain, Trees And Water To Your Game
Jun 08, 2017.
In this article, I am going to explain about how to add terrain, trees, and water to your game in Unity.
Create 3D Game Objects In Unity
Jun 04, 2017.
In this article, I am going to explain about how to create game object, create assets and revert the object size and apply it.
Add Timer With Construct - 2
Apr 21, 2017.
This article explains about adding Timer with Construct-2.
Understand the Basics To Build Games In Unity Framework
Dec 09, 2016.
This article is all about understanding very basic menus that are available in the Unity framework to build games.
Install and Setup Unity
Dec 06, 2016.
In this article, you will learn a how to install and setup Unity, a tool for game developers.
Game Development - 2D Games Perspectives And Z Order
Nov 23, 2016.
This article will focus on 2D games Perspectives & Z Order.
Game Development - An Introduction
Nov 22, 2016.
This article is all about answering common questions, which need to be addressed before jumping into the starry domain of game development.
Game Development - Platforms
Nov 22, 2016.
In this article, you will learn about game development platforms
Character Matching Game Using Universal Windows App
Nov 18, 2016.
In this article, you will learn about the character matching game, using Universal Windows app.