Skip to content

Swarm intelligence project for Bilkent University ME384 Mechatronic Systems

Notifications You must be signed in to change notification settings

maw157/ME384-kilobots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ME384-kilobots

This repository contains code for the swarm intelligence robotics project for ME384 Mechatronic Systems at Bilkent University. This project uses the Kilobotics platform to complete a swarm intelligence task. The task chosen is a rudimentary implementation of the classic snake game.

The final demonstration algorithm is "snake.c". At program start, a single kilobot is designated as the "head", and will move forward until it approaches another kilobot. At this point, leadership is transferred forward, and the old head will follow the new head. The kilobots will continue to move forward, and this process is repeated as the snake "eats" other kilobots and grows in length.

All code was compiled to hex using the online editor found here.

About

Swarm intelligence project for Bilkent University ME384 Mechatronic Systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages