Skip to content

Commit

Permalink
v0.2-Alpha (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
parksb authored Dec 22, 2018
2 parents 28f43c8 + 0afb183 commit 097f2f6
Show file tree
Hide file tree
Showing 79 changed files with 11,106 additions and 9,379 deletions.
8 changes: 6 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
node_modules/
dist/
node_modules/
dist/
test/

karma.conf.js
webpack.conf.js
12 changes: 10 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"extends": ["airbnb"],
"extends": ["airbnb-base"],
"parser": "babel-eslint",
"rules": {
"linebreak-style": 0,
"comma-dangle": 0
"comma-dangle": 0,
"class-methods-use-this": 0,
"no-unused-vars": "warn",
"import/no-cycle": 0,
"operator-linebreak": 0
},
"env": {
"browser": true
}
}
40 changes: 36 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,36 @@
.vscode
.idea
node_modules/
dist/
# Dependency directory
node_modules/

# Distribution directory
dist/

# Logs
logs
*.log

# IDEA
.idea/
*.iml

# VS Code
.vscode/

# Window
Thumbs.db
Desktop.ini

# MAC
.DS_Store

# etc
*.swp
etc
temp
api
doc
report
karma.conf.local.js
.tern-project
.tern-port
*.vim
.\#*
42 changes: 21 additions & 21 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
MIT License

Copyright (c) 2018 Park Seong-beom

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
MIT License
Copyright (c) 2018 Park Seong-beom
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Santa Inc.
그렇습니다. 크리스마스에는 역시 코딩이죠.

* [Web](http://harooo.com/oddgame/santa/)
* [GitLab](https://gitlab.com/ParkSB/santa-inc)

![Santa Inc.](http://harooo.com/oddgame/img/santa.png)
# Santa Inc.

![](https://img.shields.io/github/release-pre/ParkSB/santa-inc.svg?style=flat-square)
![](https://img.shields.io/github/license/ParkSB/santa-inc.svg?style=flat-square)

> **_세계를 선도하는 글로벌 기업 (주)산타_**
Santa Inc.는 루돌프와 요정을 착취하는 clicker 게임입니다. 초국적 블랙 기업 산타 주식회사를 운영해보세요!

# [🎮 PLAY (Web)](https://harooo.com/oddgame/santa/)

![Santa Inc.](assets/meta/preview.png)

그렇습니다. 크리스마스에는 역시 코딩이죠. (2015년 12월 24일 ~~무리하게 크리스마스 이브에 맞춰 런칭하려다가 엉망이 된~~ 완성된 코드는 [GitLab - Santa Inc. v1.0.1](https://gitlab.com/ParkSB/santa-inc)에 있습니다.)
Binary file added assets/audios/RudolphBeingExploited.wav
Binary file not shown.
Binary file added assets/audios/effect1.wav
Binary file not shown.
Binary file added assets/audios/effect2.wav
Binary file not shown.
Binary file added assets/cyborg.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/cyborg.png
Binary file not shown.
File renamed without changes
Binary file added assets/meta/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file renamed assets/belf.gif → assets/parttimeElf.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added assets/regularElfSuit.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added assets/tree.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/ui/credit.png
Binary file not shown.
Binary file removed assets/ui/facebook.png
Binary file not shown.
Binary file removed assets/ui/sound-off.png
Binary file not shown.
Binary file removed assets/ui/sound-on.png
Binary file not shown.
74 changes: 74 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
// Karma configuration
// Generated on Sun Jul 22 2018 02:17:08 GMT+0900 (DST)

const webpackConfig = require('./webpack.config.js');

module.exports = function(config) {
config.set({

// base path that will be used to resolve all patterns (eg. files, exclude)
basePath: '',


// frameworks to use
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
frameworks: ['jasmine', 'jasmine-matchers'],


// list of files / patterns to load in the browser
files: [
'test/interfaces/*.js',
'test/workers/*.js'
],


// list of files / patterns to exclude
exclude: [
],


// preprocess matching files before serving them to the browser
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
preprocessors: {
'test/*/*.js': ['webpack']
},
webpack: webpackConfig,


// test results reporter to use
// possible values: 'dots', 'progress'
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
reporters: ['progress'],


// web server port
port: 9876,


// enable / disable colors in the output (reporters and logs)
colors: true,


// level of logging
// possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
logLevel: config.LOG_INFO,


// enable / disable watching file and executing tests whenever any file changes
autoWatch: true,


// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: ['Chrome', 'FirefoxDeveloper'],


// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits
singleRun: false,

// Concurrency level
// how many browser should be started simultaneous
concurrency: Infinity
})
}
Loading

0 comments on commit 097f2f6

Please sign in to comment.