Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NetWorld
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LAIRD Timothy
NetWorld
Commits
6cde3198
Commit
6cde3198
authored
Oct 20, 2020
by
guillaume
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update uotline
parent
cc1ed4d1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
project-outline.md
project-outline.md
+6
-3
No files found.
project-outline.md
View file @
6cde3198
...
...
@@ -31,8 +31,8 @@ This functionality cover a framework for the team of developers.
NetWorld represent the center piece of the game engine. It is the programme component that glue all the others.
It is an environment for the game entities, viewed as a planar graph modelling all the possible movements.
-
A NetWorld is composed of nodes at specific position (x,y).
-
Nodes are connected to other with edges.
-
A NetWorld is composed of nodes at specific position (x,y).
**DONE**
-
Nodes are connected to other with edges.
**DONE**
-
Nodes can contain entities.
-
It is possible to generate NetWorld randomly (example: random nodes and Gabriel graph).
-
An algorithm provides paths in the NetWorld between two positions (A
*
).
...
...
@@ -105,4 +105,7 @@ The goal here is to distribute the game process.
## Fct.7 - Tanks
Nodes are defined with a collection of tanks where resources can be placed. (water for instance)
Nodes are defined with a collection of digital tanks where resources can be placed. (water for instance)
-
Digit represent a discrete value in a fixed capacity tank.
-
Node contain a collection of tanks as Digit.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment