Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

Codenames YoutubeView game page

Party game where you try to guess the keywords used for the video search!
Submitted by AncientGrave — 4 hours, 58 seconds before the deadline
Add to collection

Play game

Codenames Youtube's itch.io page

Results

CriteriaRankScore*Raw Score
Audio#1392.0415.000
Innovation#1802.0415.000
Gameplay#1902.0415.000
Graphics#1922.0415.000
Overall#1962.0415.000
Theme interpretation#2002.0415.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

Developer

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.

Submitted

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

Developer

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?

Submitted

Look at the end of my first message :p I made sure that my 8080 port was unused with netstat

Submitted

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"

Developer

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"?

Submitted

I didn't have the -jar argument. I tried adding -jar this time and got this output: https://pastebin.com/f1CW4Szg

Developer

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.