console-graphics
There are 27 repositories under console-graphics topic.
ollelogdahl/ConsoleGameEngine
.NET Console Graphics Engine
harismuneer/Typing-Tutor
🎮 An interactive graphical Typing Tutor game made using C++ (Console Based) having various difficulty levels and a fun gameplay.
wajahatkarim3/Snake-Game-With-AI
A snake game in C++ with multiplayer and computer AI snake using console graphics.
mediocre9/menus
a simple console winapi UI library.
vitalysokoloff/Console2DGraphic
C# console graphics
Rishabh2804/Compter-Graphics-Friction-Visualization
Demonstration of a simple Computer Graphics implementation to visualise "The Stopping Of A Car Due To Friction"
Aeroraven/Course-Projects
Data Structure / Combinatorics / Object-Oriented Programming Course Projects, SSE Tongji University
AIexandrKotov/KCore
K Core is open source Windows library, which extends original Windows Console
CaretC/ProceduralGeneration-RandomRooms
The third of my mini-projects on procedural map generation. This follows on from the Random Walk Dungeon Generator project. This simple console application generates a map with randomly positioned and sized rooms and connects them together with right angled corridors.
CaretC/ProceduralGeneration-RandomWalkDungeonGenerator
A simple console application that uses a Random Walk algorithm to generate 'Dungeon-Like' maps. This is the second in my serise of mini-projects on procedural generation, the first in the series is the Cellular Automata Cave Generator.
Osmansiddiquer/pong
A simple pong console-game made using plain C and Windows API
PogSmok/WinD
High-Performance Console Rendering and Audio Playback DLL for Windows x86_64
SaqibAMA/console-tetris
A simple console-based Tetris game that I made. It incorporates all terminologies of OOP such as inheritance and polymorphism.
CaretC/ConsoleGame-BinaryLines
A crazy game developed while stuck in Canada for work. It was developed in the long evening when I had no internet access. The premise is very simple but it is surprisingly addictive.
CaretC/ProceduralGeneration-CellularAutomataCaveGenerator
A simple console application to explore procedural generation of 'cave-like' levels using cellular automata to generate levels.
Jacob-Mc-kenzie/Console-Graphics.V2
A Simple library allowing for interactive C# console experiences
Jacob-Mc-kenzie/DVDVideoSoftCompanion
Used for an assignment, A simple database application, with no data storage
ponatosik/ConsoleASCIICanvas
Simple C++ Library for drawing in console. Supports Windows and Unix systems
vitalysokoloff/console-runner-game
C# Console T-rex-like game
Vlvin/donut.cpp
self-education project, copy of legendary donut.c, recreated in C++ with no classic donut form, and with more readable view (I have killed the idea, but my wills were to understand how does it work)
Beta-OSS/The-Doungen
A small game I made for a high school project, that I aim to further refine and expand upon into a completed game.
CaretC/ConsoleGame-CaveTreasure
Another console game that was developed while in Canada. This game is my first attempt to include procedural map generation into a console game.
CaretC/ConsoleGame-FarmGame
An open ended console farming game, developed while stuck in Canada on another work trip. I focused mainly on a more interesting UI and better use of classes and inheritance than previous console games. The game play leaves a little to be desired but I was very happy with the farming mechanics.
DelSquared/Python-Console-Graphics
Python Console Graphics
jeezab/polish_notation
Code converts an infix expression to postfix notation, evaluates the postfix expression, and plots the resulting graph
rachitdhar/non-colliding-gas-particles-in-box
A simple simulation of non-colliding gas particles in a rectangular box