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

Separate game logic from user-facing portion of the program #8

Open
rdanbrook opened this issue Sep 28, 2019 · 1 comment
Open

Separate game logic from user-facing portion of the program #8

rdanbrook opened this issue Sep 28, 2019 · 1 comment

Comments

@rdanbrook
Copy link
Member

rdanbrook commented Sep 28, 2019

The game engine should be completely separate from the user interface layer, and able to be compiled as a standalone module, accessible using a simple internal API. This will allow anyone to write a very simple interface for whatever platform they like, without having to depend on any external libraries like libxml2 or SDL. Those dependencies need to be eliminated from the internal game engine before this can be done.

@clort81
Copy link

clort81 commented Jan 12, 2020

Agree!

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

No branches or pull requests

2 participants