Open Arunscape opened 4 years ago
We could make an executable that uses a graphics API like Vulkan to do the rendering
From a game logic standpoint, each map can be abstracted to an undirected graph.
This means that each map can easily be represented as a 2d matrix of "countries". They would store:
https://en.wikipedia.org/wiki/Adjacency_matrix
closure, closurescript, javascript, possibly scala (credits to Jacob for that decision)
Roadmap:
Frontend
Alternative approach
We could make an executable that uses a graphics API like Vulkan to do the rendering
Backend
Other details
From a game logic standpoint, each map can be abstracted to an undirected graph.
This means that each map can easily be represented as a 2d matrix of "countries". They would store:
https://en.wikipedia.org/wiki/Adjacency_matrix