Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jameshulse/aiworkbench
A proof of concept AI game
https://github.com/jameshulse/aiworkbench
Last synced: 6 days ago
JSON representation
A proof of concept AI game
- Host: GitHub
- URL: https://github.com/jameshulse/aiworkbench
- Owner: jameshulse
- Created: 2015-05-12T23:09:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-19T21:19:55.000Z (over 9 years ago)
- Last Synced: 2023-02-26T23:11:39.919Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 3.31 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AiWorkbench
Starting off as a proof of concept for server-side sandboxed Javascript evaluation. Hoping
to become a full-fledged enjoyable gaming experience.## Website Plan:
Tutorial section
- Single player
- Some tutorials may have computer AI
Face-off vs AI
Test bed for new AI scripts (upload script and test)
Challenge other users
## Simulation Overview:
Client receives instructions from server
'create entity'
'entity moved'
'entity destroyed'Responsible for rendering each action
Server
Runs code for AI step by step
Code for 'win condition'?
Code for 'environment update'
Send updates to client (changeset?)## Technology Stack:
Back-End:
ASP5 vNext (dnx451 - beta5)
MVC6
Front-End:
Grunt
NPM
Bower
LESS
Angular
Bootstrap