Bracket-Lib and Bracket-Terminal
In this lesson, we’ll look at the bracket library and its terminal to create a new project.
We'll cover the following...
Bracket-Lib
Bracket-lib is a Rust game-programming library. It’s designed as a simplified learning tool, abstracting the more complicated aspects of game development while retaining the concepts required for more complicated games.
It’s a family of libraries, including random number generation, geometry, path-finding, color handling, and ...