feat: JS RPG game tests (#37678)

* feat: Add JavaScript RPG Game for testing
This commit is contained in:
Kristofer Koishigawa
2019-11-05 10:56:32 +09:00
committed by Mrugesh Mohapatra
parent 1770ea07a6
commit 529f2596d9
156 changed files with 66482 additions and 1 deletions

View File

@ -16,7 +16,8 @@ const preFormattedBlockNames = {
'scientific-computing-with-python': 'Scientific Computing with Python',
'data-analysis-with-python': 'Data Analysis with Python',
'machine-learning-with-python': 'Machine Learning with Python',
tensorflow: 'TensorFlow'
tensorflow: 'TensorFlow',
'javascript-rpg-game': 'JavaScript RPG Game'
};
const noFormatting = ['and', 'for', 'of', 'the', 'up', 'with'];