GithubHelp home page GithubHelp logo

wbwwb's Introduction

DEAR ASPIRING TRANSLATORS, PLEASE CHECK THE MAIN PAGE DESCRIPTION FIRST TO SEE IF YOUR TRANSLATION ALREADY EXISTS: https://ncase.itch.io/wbwwb (also check the Issues to see if your translation is already being worked on - collaborate with them if they're stuck!)

a game about news cycles, vicious cycles, infinite cycles

PLAY


Made with open culture, for open culture!

I'm releasing all my code and art to the public domain, under the Creative Commons Zero un-license. Which means if you wanna remix this to make your own way-too-meta game, or use it in a presentation or classroom or whatever, you already have my permission!

However, not all the code/art is mine. Credit's due where credit's due, so...

CODE:

  • PIXI.js, for rendering the graphics (MIT License)
  • Howler.js, for playing the sounds (MIT License)

SOUNDS:

ART:

wbwwb's People

Contributors

alifzl avatar alotofwe avatar dong-chen-1031 avatar erikdubbelboer avatar fdaineze avatar golfromeoechogolf83 avatar maybeing avatar mleko avatar natan-dias avatar ncase avatar sansagara avatar steefaaaaan avatar superusercode avatar suzupy avatar user670 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wbwwb's Issues

Gun

I think I deserve to undo my mistakes :P

Stuck at 82%

been here for like 3 minutes
image
this doesnt look good either
image
but idk much about web games lol

Hebrew Translation

Hey, it is not really an Issue but I have translated the game to hebrew, I still have a few images from the chinese translation and I need to align the text because there are question marks and exclamation marks on the start of the text instead of the finish.
I'm sorry if my English is wrong or somthing.
I'm also pretty sure that I'm using the chinese language code in the textString thing file instead of the hebrew one - iw (somtimes also he)
I'll be more than (really) happy to be a contributor.
Tnx.
link to the translated game :
https://tenlocode.github.io/wbwwb-iw/

Quick report about translations

In my fork I just removed some images, because Persian images were making difficult to just translate that. So, if you want to translate, just add a new section in textStrings file with your language TAG and change the last line to put your language TAG as the default language.

In my case, it was like that:
var textStrings = textStrings_PT_BR;

I don't think that change images with another language would be a good solution. i think the best case scenario would be duplicate the images with a new file name and create some conditional to load that image if your language is selected. For me, it doesn't make sense to have a new image on top of that with a language printed inside of it. But for now, I will not submit a new PR. I made the changes only on my personal forked repo and revert some changes, so the game is closer to the owner's game.

I hope this can be helpful.

Kind regards.

It does not compile

Hey,

Amazing game and open source <3

I have downloaded an trying to compile it but I am given the following errors:

Scene_Preloader.js:49 Uncaught ReferenceError: textStrings is not defined
    at new Scene_Preloader (Scene_Preloader.js:49)
    at SceneManager.self.gotoScene (SceneManager.js:21)
    at Game.js:51
    at e._onGroupLoaded (Game.js:129)
    at e.o.emit (index.js:130)
    at index.js:62
    at t.value (mini-signals.js:93)
    at e.t._onComplete (Loader.js:592)
    at Loader.js:631
    at s (async.js:27)

&


Uncaught SyntaxError: Unexpected token +
Act_II.js:360 Uncaught ReferenceError: textStrings is not defined
    at Act_II.js:360
index.js:255 
    PixiJS 4.7.1 - ✰ WebGL ✰      http://www.pixijs.com/    ♥♥♥ 

I have been trying to fix it for a while but I do not know what else to do. I have added the modules of pixijs & Howlerjs

Thanks!!

Stuck in Persian translation

I've tried everything from seeing if its something in the index.html file to completely deleting all translations that weren't English

Ooh

I watched markiplier play this

Greek Translation

Hello and Happy New Year, @ncase ! So, I decided to translate this game in Greek and after attempts, I finally connected it to this link: https://galandrielle.github.io/wbwwb/

I have changed the files textStrings.js and index.html so far at my repository. However, the game is still a black screen and only has the pause text when I click away. These two are the only files I've touched. Did I write the code somewhere wrong? Do I need to modify the other files too? Any help by anyone will be good.

Game is crashing from "textStrings" variable

Game is crashing with this error:

Error: Scene_Preloader.js:49 Uncaught ReferenceError: textStrings is not defined

This issue is happening because textStrings doesn't even exist in code base and the game is trying to access it since it has multiple languages.

This issue should be fixed in this Pull Request.

Until the Pull Request can be merged you can add this at the bottom of the folder: textStrings.js

const textStrings = (() => {
	switch (navigator.language) {
		case "en-US":
			return textStrings_EN;
		case "da":
			return textStrings_DA;
		case "fa":
			return textStrings_FA;
		case "pt-pt":
			return textStrings_PT;
		case "pt-BR":
			return textStrings_PT_BR;
		case "es":
			return textStrings_ES;
		default:
			return textStrings_EN;
	}
}
)();

Missing JS on your website

Firefox Console: (when trying to navigate here: https://ncase.itch.io/wbwwb )

Source map error: Error: request failed with status 403
Resource URL: https://v6p9d9t4.ssl.hwcdn.net/html/300364/js/lib/pixi.min.js
Source Map URL: pixi.min.js.map

Everything

The source code is no longer original, everything has been changed from images and writing.

Latin American Spanish Translation

Hi there, @ncase

I started working on the Latin American Spanish Translation of the game. The in-game text is already done, I'm working on the sprites now and I have a question. What font did you use?.

How to Open it?

I already tried opening it with a server but the same error shows which is "your browser does not support webgl". I have tried it with another browser but still shows the same thing. I have webgl activated on chrome://flags already and still nothing. Is there another way to open it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.