Skip to content

The Learning Triangle is a project mainly about artificial intelligence.

Notifications You must be signed in to change notification settings

icomu/thelearningtriangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

The Learning Triangle

The Learning Triangle is a project that was developed during the Study of Applied Computer Science. It's mainly about artificial intelligence.

logo


The Learning Triangle uses artificial intelligence to create an evolving simulation. Triangles live inside an overworld and try to survive as long as possible. They are controlled through an algorithm. Afterwards, this main idea was developed into an educational game for the topic "AI".
--> That means there are two different code bases, one for the simulation of life and one for the educational game. You can find them both in this repository (software-engineering folder and unity folder).

The two functions of TLT

"Software-Engineering"-TLT (the Simulation)

Oct. 2016 - April 2017

While developing the simulation for software engineering class, we had to create a lot of important documents. They are stored in an own repository (HERE). Also we had to write a blog. Visit this blog for more information about the documents we created.

"Seminar-Paper"-TLT (the Educational Game)

Oct. 2017 - May 2018

After the software-engineering class, all students have to work on a seminar paper. The decision was to use the existing idea and codebase of TLT to create an educational game for Artificial Intelligence. This was realised in Unity. Also we had to wrote a documentation, we used Overleaf for it. Check it out (HERE). You can find the Youtrackboard for this HERE


Other stuff

Map Builder for TLT

During the whole development of TLT the creation of maps was an important task. For this reason a map builder was created, without another use than building overworlds in an easy way. You can find it (HERE), it has no relation to a given task.

Branches

All other branches are out of date. Master-branch is the actual important branch.

Important Links