# Density-Wars **Repository Path**: feiniudaxia_admin/Density-Wars ## Basic Information - **Project Name**: Density-Wars - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-04 - **Last Updated**: 2024-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Density-Wars ============ RTS game running on WebGL using BabylonJS. # (Demo) [Live demo](http://quantuminformation.github.io/Density-Wars/) # Aim Each side has a respawn base with 10 mobile spheres (core) that project lasers to defeat enemies. When each players sphere is within range of another same side sphere there power and defence capabilities are increased. The aim is to take over the oppositions base. Care must be employed to maximise the strategic use of each core. Resources can me discovered on the map to help boost defences and capabilities # Videos To help you understand how it works I made a [video playlist](https://www.youtube.com/playlist?list=PLCrwuqjmVebK8M9DW_MNOxqn5ic6hF4ua)! First video of the series IMAGE ALT TEXT HERE # Roadmap 1) Create basic gameplay 2) Create Multiplayer peer to peer gaming 3) Create leaderboard and ranking 4) Create AI using machine learning # Running locally * run `npm i` in the root directory * run `npm run build` in the root directory * run `npm start` in the root directory * open browser on localhost:3000 # Inspired by * [GO] (https://en.wikipedia.org/wiki/Go_(game)) * Red Alert