This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import game from './game'; | |
import PlayerEntity from './entities/player'; | |
import PlayScreen from './screens/play'; | |
import TitleScreen from './screens/title'; | |
class Bootstrap { | |
constructor() { | |
// Initialize the video. |