DanielWeiner / realDungeoneer

A roguelike dungeon crawler
1 stars 0 forks source link

require.js path #1

Open unstoppablecarl opened 9 years ago

unstoppablecarl commented 9 years ago

I cloned the repo and opened game.html . It is tries but fails to load /realDungeoneer/app.js.

It works after changing

<script data-main="/realDungeoneer/app" type="text/javascript" src="require.js"></script>

to

<script data-main="/app" type="text/javascript" src="require.js"></script>
DanielWeiner commented 9 years ago

Thanks! I'll update this as soon as I can; I'm in the middle of doing a major refactor of the project so if you're interested, stay tuned in the next couple weeks because the code is going to be very different.

unstoppablecarl commented 9 years ago

No problem. I look forward to seeing it.

I am working on a framework for js roguelike projects it may be of use to you and I could really use the feedback if you have time to take a look https://github.com/unstoppablecarl/js-roguelike-skeleton