Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/17cupsofcoffee/rl
/ Map
Class
Map
src/resources.rs:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
pub struct Map {
70
tiles: Vec<MapTile>,
71
width: usize,
72
}
73
74
impl Map {
75
pub fn generate(world: &mut World, map_width: usize, map_height: usize) -> Map {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected