# aoi_cross_link **Repository Path**: wuzpdev/aoi_cross_link ## Basic Information - **Project Name**: aoi_cross_link - **Description**: Golang Area-Of-Interest (AOI) Implementation by cross linked list (游戏十字链表的 Golang 实现) - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-06-10 - **Last Updated**: 2022-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # aoi_cross_link package name : crosslink a game AOI lib made by cross linked list 游戏十字链表的 Golang 实现 how-to-use: ``` import ( "github.com/ynsfsmj/aoi_cross_link" ) aoiSpace := crosslink.NewAOISpaceCL() // then, see aoi_space_test.go ```