Giter VIP home page Giter VIP logo

dotnet-console-games's Introduction

dotnet-console-games

This repository is a collection of game examples implemented as .NET Core console applications primarily for providing education and inspiration. :)

Game *Complexity Notes
Tic Tac Toe 1
Console Input/Output, Random, 2D char Array
Simon 1
Console Input/Output, List<T>, enum, Random
Minesweeper 2
Console Input/Output, Random (multiple unique), Recursion
Wumpus World 2
Console Input/Output, Random (multiple unique), 2D enum Array
Snake 3
TimeSpan, Collision Detection, Queue<T>
Hurdles 3
TimeSpan, Animation Cycles, Collision Detection
Pong 3
TimeSpan, Velocity & Acceleration, Collision Detection
Tanks 4
Health/Damage Tracking, Random Enemy AI
Helicopter 4
Health/Damage Tracking, Collision Detection
Fighter 5
Health/Damage Tracking, Random Enemy AI
Maze 5
Random Path Finding, Stack<T>, StringBuilder

*Complexity: a relative rating for how complex/advanced the source code is.

Getting Started

Download this repository and unzip the contents

Install .NET Core

Choose a development environment:

Visual Studio [click to expand]

Install Visual Studio

Make sure you select the .NET Core options during installation. If you forget, you can modify your installation using the Visual Studio Installer to add them.

Open the dotnet-console-games.sln solution file in Visual Studio.

Visual Studio Code [click to expand]

Install Visual Studio Code

Install the ms-vscode.csharp extension inside Visual Studio Code.

Open the root folder of the of this repository in Visual Studio Code.

Contributing

This repository welcomes contributions.

  • Notice anything you think can be improved? Open an issue.
  • Want to contribute to the code? Have a game you want to share? Sign up with a GitHub account, fork the code, make some code changes, and open a pull request.

dotnet-console-games's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.