Create a Game using RA.Aid
RA.Aid can work on almost any kind of software, including writing games in languages like C++.
Creating the Initial Game
To get started with creating a game, you can use RA.Aid with a simple command like:
ra-aid -m "Create a basic breakout clone in C++ using opengl."
Adding Features
Once your base game is working, you can add features like this:
ra-aid -m "Add score tracking/display to the main screen."