iWas-Coder / wge

A multithreaded, high performance, fully functional game engine written in pure C, similar in speed to a Wildebeestâ„¢.
https://iwas-coder.github.io/wge
GNU General Public License v3.0
1 stars 1 forks source link

Initial iteration of a CLI tool #3

Closed iWas-Coder closed 11 months ago

iWas-Coder commented 11 months ago

Describe the feature

Initial iteration of the implementation of a CLI tool in Go to help users create games with WGE (in the future).

Why should it be implemented? (optional)

No response

Do you think there is any alternative? (optional)

No response

Additional context (optional)

No response

Extra questions (optional)

iWas-Coder commented 11 months ago

For now it only has the new command, and solely instanciates a new project based off of the available templates created in my account (2D & 3D template repos). They are blank for now, in the future they will hold the basic code to be up and running.