C# .NET Community Projects - Basic Constructs
In the previous exercise, Solved tasks for C# .NET lesson 11-12, we've practiced our knowledge from previous lessons.
A collection of C# .NET console apps with source codes from local programmers. Sources are not verified as in the courses and their quality may vary.
Sample program that for any given interval prints the sum of even numbers that are divisible by 5. C # source code included.
Written by David Capka
Simple console program that converts numbers from binary to decimal numeric system and vice versa.
Written by Frantisek Koutensky
Matrix or "Matrix Rain" is program created in C# programming language. Source code included and available to download.
Written by Eldest
Prints the sum of Pi multiples for the specified interval. C# source code included.
Written by David Capka
This is a console version of the Snake game. The game objective is to eat as much food as possible, to increase the score.
Written by Frantisek Koutensky
Sample program - Prints the Fibonacci number in reverse order from the specified top limit to 1. C# source code included.
Written by David Capka
Game that generates maze that you can walk and try to find path in it. Includes a generator of .txt files with content that can be printed in A4 format.
Written by Ondrej Krsicka
Simple painting program in console written in C# (source codes included). The painting is done using cursor arrows. Final image can be saved or loaded.
Written by Michal Martinek
Example program that prints the Fibonacci number in a given range. C# source code included.
Written by David Capka
Prints all even numbers from the first interval that have their doubles in the second interval. C# source code included.
Written by David Capka