Play game
Codenames Youtube's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Audio | #139 | 2.041 | 5.000 |
Innovation | #180 | 2.041 | 5.000 |
Gameplay | #190 | 2.041 | 5.000 |
Graphics | #192 | 2.041 | 5.000 |
Overall | #196 | 2.041 | 5.000 |
Theme interpretation | #200 | 2.041 | 5.000 |
Ranked from 1 rating. Score is adjusted from raw score by the median number of ratings per game in the jam.
GitHub repository
https://github.com/Grave/CodenamesServer
Theme interpretation
We created a hybrid game that mixes elements from silly youtube searches and incorporated it into a board game!
Leave a comment
Log in with itch.io to leave a comment.
Comments
Since several people were having trouble we made a couple of changes to it so it supports multiplayer and are now hosting it for some time online for people who want to try it out here: http://52.59.230.223:8080/. The app should also be updated and now just requires the game id that you see in the center top of the web view.
Hey ! I get the following error while trying to launch the game :
***************************
APPLICATION FAILED TO START
***************************
Description:
The Tomcat connector configured to listen on port 8080 failed to start. The port may already be in use or the connector may be misconfigured.
Action:
Verify the connector's configuration, identify and stop any process that's listening on port 8080, or configure this application to listen on another port.
2018-12-06 20:20:31.326 INFO 7892 --- [ main] ationConfigEmbeddedWebApplicationContext : Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@45ff54e6: startup date [Thu Dec 06 20:20:28 CET 2018]; root of context hierarchy
2018-12-06 20:20:31.328 INFO 7892 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 2147483647
2018-12-06 20:20:31.330 INFO 7892 --- [ main] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping...
2018-12-06 20:20:31.330 INFO 7892 --- [ main] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]]
2018-12-06 20:20:31.331 INFO 7892 --- [ main] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped.
2018-12-06 20:20:31.331 INFO 7892 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown
2018-12-06 20:20:31.331 INFO 7892 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor'
2018-12-06 20:20:31.332 INFO 7892 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler'
2018-12-06 20:20:31.332 INFO 7892 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor'
2018-12-06 20:20:31.332 INFO 7892 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor'
I'm sure that the 8080 port is not already taken, I've run netstat to make sure of it
Sorry for the late reply. We have updated the game so it's now hosted online so you don't need to run it locally :). But from what it looks like, you have something else running on port 8080. Perhaps another game server?
Look at the end of my first message :p I made sure that my 8080 port was unused with netstat
I'm partial to Codenames, so I wanted to give this a whirl. Unfortunately when I try to run it says "Error: Could not find or load main class Codenames-1.0-SNAPSHOT.jar"
Hi! Thanks for giving it a spin :D. When running it, did you open a terminal window on the same folder as where the jar is and run "Java -jar Codenames-1.0-SNAPSHOT.jar"?
I didn't have the -jar argument. I tried adding -jar this time and got this output: https://pastebin.com/f1CW4Szg
Sorry for taking this long, was busy making it multiplayer so I can host it online :). Check out my comment above for being able to play it without installing the server.
In case you still want to try to run it locally, your problem was that you are likely using open jdk while we built ours using regular jdk.