Commit Graph

137 Commits

Author SHA1 Message Date
ajuvercr 4de17f78b3 add build script 2021-01-17 15:26:09 +01:00
ajuvercr 4dc946ef92 bump versions 2021-01-17 15:26:00 +01:00
ajuvercr ef5399217d https://stackoverflow.com/questions/64507718/why-does-wasm-opt-fail-in-wasm-pack-builds-when-generating-a-function-returning 2021-01-17 15:19:02 +01:00
mcbloch 51712bf07e Add javascript bot 2020-12-05 19:35:21 +01:00
ajuvercr 9a33ad42fc fix hostname issue + config 2020-11-14 18:21:27 +01:00
ajuvercr 2ba043862f build and runnable, still no host_name support, but hardcodable 2020-11-13 10:53:09 +01:00
ajuvercr ba0b2c7655 make it compile, but can't run and break hostname config 2020-11-11 22:21:56 +01:00
ajuvercr dcf1173cb8
Docker (#25)
* change wasm to real vectors

* Add volume bind command to README

* add changable host name variable

Co-authored-by: Francis <francisklinck@gmail.com>
2020-06-24 14:16:14 +02:00
ajuvercr 442f969da0 rocket is launching 2020-06-20 11:21:41 +02:00
ajuvercr 7684c24db0 rocket is a future now :o 2020-06-20 10:21:40 +02:00
ajuvercr cedcc09f0a fix dep bugs 2020-06-14 22:20:08 +02:00
ajuvercr 129c904967
Frontend/visualiser (#24)
* refactor to src folder

* add working voronoi js file with types

* some spring cleaning

* update voronoi-core.d.ts to include inner class exports

* make voronoi go really fast

* do the voronoi dance

* better handle outliers in voronoi

* make renderer use multiple layers

* resize voronoi with resize + squash all in one buffer

* actually wait for shader factories to be created + cleanup

* show more info with FPS Counter

* POWER UP
2020-04-20 15:38:11 +02:00
ajuvercr 998cb3d535
Frontend/visualiser: enhancement show ship_count in visualiser (#23)
* make all fleets fly forward

* make things beautiful
2020-04-17 21:03:43 +02:00
ajuvercr 33abe9515f
Misc #18 (#22)
* make lobby game post refresh page better

* frontend side of handling specific games

* add link button in lobby

* add share button
2020-04-11 08:21:08 +02:00
ajuvercr 6b7fd4eff3
Colours (#21)
* try 1

* make colours uniform
2020-04-10 13:51:19 +02:00
ajuvercr fd3178060a
Backend/order (#19)
* let educe do everything

* try some ordering
2020-04-10 13:50:52 +02:00
ajuvercr 05925f0622 cargo fmt 2020-04-09 23:03:36 +02:00
ajuvercr 6b804724b4 Refactor before it is too late 2020-04-09 22:57:12 +02:00
ajuvercr 5404f4256a
Merge pull request #16 from ZeusWPI/redfast00-playtesting
Playtesting
2020-04-08 13:45:03 +02:00
redfast00 34e7b48664
Correct distance formula again ;) 2020-04-08 13:43:53 +02:00
redfast00 25d218be0f
Default to 1000 turns, this is better for larger maps 2020-04-08 13:22:28 +02:00
redfast00 690c4b5e57
Fix euclidean distance formula 2020-04-08 01:57:13 +02:00
redfast00 440fc4fdec
Fix simple bot 2020-04-08 01:48:17 +02:00
redfast00 c0f31e61df
Make python3 explicit for non-Arch based systems (as if those even exist) 2020-04-07 23:57:41 +02:00
ajuvercr f646d83b0e visualizer show first game at start 2020-04-07 14:13:38 +02:00
ajuvercr a1e0279d73 incorporate Stro's feedback 2020-04-07 13:51:35 +02:00
ajuvercr 54fd058620 fix inconsistencies 2020-04-07 11:38:30 +02:00
ajuvercr 14bd2d5e24 add all the help 2020-04-07 11:31:28 +02:00
ajuvercr 93542e4e90 add help page 1 2020-04-06 20:22:10 +02:00
ajuvercr 3257639c48 new index page 2020-04-06 14:36:30 +02:00
ajuvercr 076cdef003 fix lobby not scrolling 2020-04-05 20:34:40 +02:00
ajuvercr 1ee346f9e7 always print newlines 2020-04-02 22:21:40 +02:00
ajuvercr 390d4a01ab change runner.py + index page to reflect this change 2020-04-02 15:29:49 +02:00
ajuvercr e0405bc33b update bot scripts 2020-04-02 14:52:48 +02:00
ajuvercr 463a40c3fb make map visible, all of the time 2020-04-02 09:56:47 +02:00
ajuvercr eb8f4d514f Display map, most of the time 2020-04-01 23:03:18 +02:00
ajuvercr e0a634464e give visualizer a facelift 2020-04-01 22:16:55 +02:00
ajuvercr b6fa959f1e fuck partials 2020-04-01 21:39:04 +02:00
ajuvercr 86ffa9726c Show players in lobby 2020-04-01 20:49:50 +02:00
ajuvercr c64535675f update example files 2020-03-31 12:49:23 +02:00
ajuvercr b9ee01804b update powerpoint 2020-03-31 12:08:28 +02:00
ajuvercr 039c5a8d9f add favicon 2020-03-31 11:57:31 +02:00
ajuvercr de2f32c667 only refresh lobby when asked for 2020-03-31 11:48:35 +02:00
ajuvercr 0dc4d6f662 fix gameserver 2020-03-30 11:33:20 +02:00
ajuvercr 9460323b48 better client scripts 2020-03-30 11:32:26 +02:00
ajuvercr 22cf663367 Merge branch 'master' of github.com:ajuvercr/Planetwars 2020-03-29 20:42:07 +02:00
ajuvercr b0a278a5b1 wss sucks over nginx 2020-03-29 20:39:45 +02:00
ajuvercr c310b37761
Merge pull request #13 from ZeusWPI/fix/typo
Fix a typo
2020-03-29 20:05:16 +02:00
Maxime 8671f4c63d
typo 2020-03-29 20:04:09 +02:00
ajuvercr 8f996c03d3 make websockets use wss if https 2020-03-29 19:50:06 +02:00