KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
train-prog-game
★ 15
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
maxent_toolbox
:
Maximum Entropy toolbox for MATLAB
arc_test_suite
:
No description available.
stars
:
:star: "No more counting dollars, we'll be counting stars" :chart_with_upwards_trend:
mount-at-selector
:
Render React components like a Modal outside the main React app
cls-annual-meeting
:
基于Vue的年会小项目,主要功能为弹幕、聊天室和节目投票。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
train-prog-game
?
Download (.md)
### Programming game "Train" Web game, where player should write pseudo code that will be used by 2 trains and will entail situation when rear train catch up with the first ### Demo https://sonenko.github.io/train-prog-game/index-opt.html #### run in dev mode ``` sbt ~fastOptJS // navigate browser to http://localhost:12345/target/scala-2.12/classes/index-dev.html ``` #### compile for prod ``` sbt fullOptJS ``` #### About, history Initially - playing with ScalaJS, and investigating if it is comfortable for me to use ScalaJS in production.