Skip to content

Commit

Permalink
README.md:
Browse files Browse the repository at this point in the history
* Added a build badge for building of unit tests and running of unit tests.
  • Loading branch information
razterizer committed Sep 22, 2024
1 parent 52dfa40 commit 21a1b14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

![GitHub License](https://img.shields.io/github/license/razterizer/Termin8or?color=blue)

[![build check ubuntu](https://github.com/razterizer/Termin8or/actions/workflows/build-ubuntu.yml/badge.svg)](https://github.com/razterizer/Termin8or/actions/workflows/build-ubuntu.yml)

This is a cross-platform header-only curses-like lib.

## Showcases
Expand Down Expand Up @@ -32,4 +34,4 @@ This is a cross-platform header-only curses-like lib.
* Low-level functions: `clear_screen()`, `return_cursor()`, `restore_cursor()`, `gotorc()`.
* `draw_frame()` : Draws a simple frame around your frame buffer.
* `draw_game_over()`, `draw_you_won()` : Draws wavy banners in the FIGlet font Grafitti. Used by `GameEngine` if those features are enabled.


0 comments on commit 21a1b14

Please sign in to comment.