فهرست منبع

update readme

Ben Ward 11 ماه پیش
والد
کامیت
1c98e1ddde
1فایلهای تغییر یافته به همراه9 افزوده شده و 0 حذف شده
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -0,0 +1,9 @@
+# Open TTD Admin Webapp
+### Purpose
+I wanted a little admin panel to make interacting with my OpenTTD Dedicated Server a little easier.
+To do things like play/pause the game, send chat messages, amend settings etc without having to run a graphical environment on the game server itself.
+
+### Approach
+Using a nodejs library which can connect to a server and subscribe to updates and send RCON commands etc to expose some common commands over http/rest etc, then running a React App over the top of that.
+
+