Skip to content

Latest commit

 

History

History
91 lines (86 loc) · 2.68 KB

README.md

File metadata and controls

91 lines (86 loc) · 2.68 KB
About 👾 Logo

Inspired with old school titles 🎲 This repository contains a collection of different game mechanics, systems, and experiments.

Game Development🧙

The development platform was Windows or Linux Debian and projects may not compile on other platforms. Project dependencies related to the platform must be installed manually or by package managers. Technologies are the most stable but over time abstract libraries for graphics, and audio processing like SDL or SFML may be updated. Since it's more like PoC or experiments, code tested manually and algorithms are not optimal.


demo Raycasting - Maze

[C++, Windows Command Prompt, ASCII]

demo Bomber Console

[C++, Windows Command Prompt, ASCII]

demo Tetris

[C++, SFML]

demo Space Shooter

[C++, SFML]

demo Tetris

[C++, SDL2]

demo Super Mario Bros - First level copy (scrolling logic)

©Nintendo Co., Ltd.

[C++, SFML]


Notes 🌟

  • Assets made by me, or I found them at https://www.spriters-resource.com
  • Projects with SFML require Visual Studio 2017 build tools you can download them via Visual Studio Installer