Compare commits
2 Commits
633d162d81
...
b13905dade
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b13905dade | ||
|
|
5a4af6c986 |
6
.package
Normal file
6
.package
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
title = "RemoteTurtle",
|
||||
description = "Web-based remote control for CC:Tweaked turtles with 3D visualization, D* Lite pathfinding, and state-machine AI. Includes turtle controller, GPS host, web bridge, and pocket computer programs.",
|
||||
repository = "gitea://git.spatulaa.com/MayaTheShy/remoteturtle/master/",
|
||||
exclude = { "^server/", "^client/", "%.md$", "%.yml$", "%.json$", "%.bat$", "%.sh$", "^Dockerfile", "^%.git", "^LICENSE$", "^node_modules/" },
|
||||
}
|
||||
29
etc/apps.db
Normal file
29
etc/apps.db
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
[ "rt_turtle_controller" ] = {
|
||||
title = "Turtle Controller",
|
||||
category = "RemoteTurtle",
|
||||
run = "turtle.lua",
|
||||
},
|
||||
[ "rt_gps_host" ] = {
|
||||
title = "GPS Host",
|
||||
category = "RemoteTurtle",
|
||||
run = "gpshost.lua",
|
||||
},
|
||||
[ "rt_web_bridge" ] = {
|
||||
title = "Web Bridge",
|
||||
category = "RemoteTurtle",
|
||||
run = "webbridge.lua",
|
||||
},
|
||||
[ "rt_pocket_remote" ] = {
|
||||
title = "Pocket Remote",
|
||||
category = "RemoteTurtle",
|
||||
run = "pocketremote.lua",
|
||||
requires = { pocket = true },
|
||||
},
|
||||
[ "rt_pocket_gps" ] = {
|
||||
title = "Pocket GPS",
|
||||
category = "RemoteTurtle",
|
||||
run = "pocketgps.lua",
|
||||
requires = { pocket = true },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user