Commit Graph

55 Commits

Author SHA1 Message Date
Pedro de Oliveira c726bc815f add door images 2016-10-24 23:07:16 +01:00
Pedro de Oliveira a9928c4dcf Update pics canvas to 384 of height 2016-10-24 22:59:32 +01:00
Pedro de Oliveira 6ecb551b26 Merge pull request #4 from ticklemynausea/master
moar crap
2016-10-24 09:48:51 +01:00
Mário C 7adc0baeaf new webpack config
compresses (uglify) the bundle even more;
generate source map file for debug
2016-10-24 00:02:29 +01:00
Mário C c3891c18cf implementadas possibilidades diferentes para o valor do acto
changed usage of lodash individual functions to inclusion of
individual functions from whole lodash package
also lol commit messages in portuguese and english
2016-10-23 23:54:52 +01:00
Mário C c0e321d128 fix scene playing algorithm
added some test scenes to test deep recursion.
2016-10-23 20:37:51 +01:00
Mário C 2745182e9b attempt #1 2016-10-23 17:20:36 +01:00
Pedro de Oliveira 29c860b90f Merge pull request #3 from ticklemynausea/master
update de bues cenas
2016-10-20 20:58:52 +01:00
Mário C 431d9d6802 compatibility with ie11 (lol)
added Promise polyfill
added babel es6 loader
2016-10-20 20:47:52 +01:00
Mário C 31418d3357 Merge branch 'master' of https://github.com/falsovsky/paradise.js 2016-10-20 09:25:26 +01:00
Pedro de Oliveira e90c152035 Add hero walking animation 2016-10-19 23:00:52 +01:00
Pedro de Oliveira 0d2460630f update urles 2016-10-19 23:00:30 +01:00
Mário C 2b0d1ad39f refactored choice of actions 2016-10-19 01:37:39 +01:00
Mário C fd5b7ee97f Merge branch 'master' of https://github.com/falsovsky/paradise.js 2016-10-18 23:31:38 +01:00
Pedro de Oliveira 614da70059 Update README.md 2016-10-18 23:28:36 +01:00
Pedro de Oliveira 26f436d874 Update README.md 2016-10-18 23:28:14 +01:00
Pedro de Oliveira 1c4619c27f Update README.md 2016-10-18 22:49:19 +01:00
Pedro de Oliveira d3959f78cb corrigir um bocado o reinaldo, e meter um delay no final 2016-10-18 22:37:45 +01:00
Pedro de Oliveira 33f996da6d faltava um delay dps do gajo se vir 2016-10-18 22:36:58 +01:00
Pedro de Oliveira 684bcc9329 fix image 2016-10-18 22:24:27 +01:00
Pedro de Oliveira afa2a9bf17 'optimize' oral and add new frame 2016-10-18 22:16:27 +01:00
Pedro de Oliveira 1417dcc2ea remove invalid image 2016-10-18 22:15:48 +01:00
Pedro de Oliveira 4b213676df Remove webpack from depends 2016-10-18 22:05:22 +01:00
Mário C 5cc8f0b3da corrected package.json 2016-10-18 22:05:16 +01:00
Pedro de Oliveira ec11788679 Merge pull request #2 from ticklemynausea/master
webpack and shit
2016-10-18 21:54:53 +01:00
Mário C b45d0281a6 Merge branch 'master' of https://github.com/falsovsky/paradise.js
did a bunch of crap to get me up to date with falso remote
now can merge with his remote yay
2016-10-18 21:53:04 +01:00
Mário C 8f626e74b4 include only the parts of lodash that are needed 2016-10-18 21:48:54 +01:00
Mário C 0f14f75c69 lots of stuff
buttons for user input (touch enabled)
changed css to scss (and added sass-loader)
2016-10-18 21:38:56 +01:00
Mário C 1cc25c81ca simplified scene description 2016-10-18 00:37:25 +01:00
Mário C ffebe4c64b reinaldo scene and assets 2016-10-17 23:49:44 +01:00
Pedro de Oliveira fbc89b3958 add new images 2016-10-17 23:42:50 +01:00
Pedro de Oliveira 88cc8d1aed Moar Mobile fixes - thanks to @brunoperry 2016-10-17 21:16:05 +01:00
Pedro de Oliveira 41cfaaf791 Change line endings to unix 2016-10-17 18:38:35 +01:00
Pedro de Oliveira e9f18446d9 change zoom to 0.6 2016-10-17 18:35:29 +01:00
Pedro de Oliveira 5f594a7062 Merge pull request #1 from brunoperry/master
paradise.js mobile
2016-10-17 18:24:33 +01:00
Bruno Perry 6eade9a647 fix horizontal scroll in mobile; tweaked canvas size on mobile landscape/portrait 2016-10-17 17:54:12 +01:00
Bruno Perry b9c1fd10be minor css fix 2016-10-17 14:45:15 +01:00
Bruno Perry abb077b88f fixed canvas size on mobile; minor fixes 2016-10-17 14:36:55 +01:00
Bruno Perry e614b7da6a Added mobile touch support 2016-10-17 14:13:54 +01:00
Mário C d7cabcd405 updated README 2016-10-17 02:39:29 +01:00
Mário C 0374b0038f add game title gif to page 2016-10-17 02:24:46 +01:00
Mário C 9ae2747277 updated readme 2016-10-17 02:04:41 +01:00
Mário C 8ec0470804 nice comments everywhere 2016-10-17 02:01:11 +01:00
Mário C 58ecd14171 npm script commands 'dev' and 'build'
dev will start webpack-dev-server
build will call webpack and build the app to build/
2016-10-17 02:00:44 +01:00
Mário C a9b2dfc9fd removed old main file 2016-10-17 01:26:58 +01:00
Mário C 4ef223e391 implemented all scenes and choices
choice mechanism is a bit rushed, maybe refactor later
2016-10-17 01:00:10 +01:00
Mário C 8fa904de20 load multiple scenes each from its own file
also added new scenes
2016-10-17 00:13:19 +01:00
Mário C 133349deb9 full animation for one scene 2016-10-16 23:48:00 +01:00
Mário C 9da1d36a56 dependent on lodash 2016-10-16 23:47:56 +01:00
Mário C 563c79652f some architecture
Canvas class takes care of displaying images
Scene class will display a scene as described in script.json
Director class will switch between scenes

for now, this displays a static frame
2016-10-16 07:41:46 +01:00