# engine **Repository Path**: lingfengsan/engine ## Basic Information - **Project Name**: engine - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## All you have to do: Complete engine_race/engine_race.[h,cc], and execute ``` make ``` to build your own engine ## Example for you For quick start, we have already implemented a simple example engine in engine_example, you can view it and execute ``` make TARGET_ENGINE=engine_example ``` to build this example engine