Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename "alex_c_api" and "draw_board" to "alexgames" and "update". #5

Merged
merged 2 commits into from
Apr 9, 2024

Conversation

alexbarry
Copy link
Owner

Rename "alex_c_api" (import of Lua APIs) to "alexgames", and
rename "draw_board" to "update".

"draw_board" made sense when it was only for board games,
but now that it can be set to be called at a timer and passes dt_ms,
"update" makes more sense.

find . -type f -exec sed -i 's/\<alex_c_api\>/alexgames/g' {} +
find . -type f -exec sed -i s/\<draw_board\>/update/g {} +

This makes much more sense now that real time games
are supported (not just board games).
@alexbarry alexbarry merged commit e8adb97 into main Apr 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant