GitXplorerGitXplorer
M

JAMD15

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
8efb559cfec7ce2032c9c8f070faf5c25491480d

Well, we're gonna lose hard, but the errors were just too much, and I

committed 10 years ago
Unverified
7008c97b205f6076a8f3ac74a89fc777ef55da64

Merge branch 'master' of https://github.com/MatthewGoff/JAMD15

committed 10 years ago
Unverified
763a6e483761c8992d5cbcadb9b98af340b7eba4

Finished implementing the uploadsketch, which is a translation of the JAMD code.

MMatthewGoff committed 10 years ago
Unverified
cea7b9c994ee1fda1c033e129d2f0b1cedfab6da

Stupid things

committed 10 years ago
Unverified
47d4b4e09ad9b2b60ad4612b9fec8f9bc83e3e84

Merge branch 'master' of https://github.com/MatthewGoff/JAMD15

committed 10 years ago
Unverified
6bddd73241af72509de1ddd7d270af71812ddf87

added code.

MMatthewGoff committed 10 years ago

README

The README file for this repository.

JAMD15

Repository for the documents and programs of the JAMD UCRC team. Namely the MazeEmulator project

The MazeEmulator code allows us to create an artificial maze of some complexity in Java, then create a simulacrum of a MicroMouse robot in Java and have it run through the maze. The maze itself is generated using a slightly modified depth-first search which randomly chooses unvisited children to create branching corridors. Then we run the JAMDRobot instance, starting at 0,0 in the maze, and see how our code performs.