fanmadeundertalebattle-blog
fanmadeundertalebattle-blog
Emmett's Undertale boss battle
34 posts
Don't wanna be here? Send us removal request.
Text
Today is the big day, I shoe my teacher my game (which doesn’t work) and this website. Wish me luck!
0 notes
Text
Cocos2d
As I have metioned before I am programming this game in an engine called Cocosd2. Here is the download link- http://www.cocos2d-x.org/download 
To build your game you will also need to download python. Here is the python download link- https://www.python.org/downloads/ 
0 notes
Photo
Tumblr media Tumblr media Tumblr media
Here are the graphics i’m using the first is the game background. The second is a character named mettaton from Undertale and it will be the invader. The last photo is  the heart which is also from Undertale and it will be the player. 
0 notes
Text
Added the game start command from earlier, didn’t work. 
0 notes
Photo
Tumblr media
Here is the start game command in my old game
0 notes
Photo
Tumblr media
Here is what my previous project in Visual Studio that I plan to use as a reference looks like. Even though this is my own code looking at it now is very confusing. 
0 notes
Audio
This is the song I am going to put in my game. It is called “Oppa Toby Style” by Toby Fox the creator of Undertale.
0 notes
Text
I am going to look back at a project I did for learning in Visual Studio for reference on the Start Game function. 
0 notes
Text
Today
Today I will be trying to debug and make a start game function that works. So far I have found surprisingly little about making a start game function.
0 notes
Photo
Tumblr media
So when I build the project then click play this is all I get.
1 note · View note
Text
Build Error Solved?
So I believe what caused my build error was me trying to build this game as a windows game.
1 note · View note
Photo
Tumblr media
It worked! I still don’t know what the error was caused by but I put my code in a new project and it worked.
1 note · View note
Photo
Tumblr media
Trying to build it all together now hopefully it works.
0 notes
Text
Testing Code
So I just put all sections of my project in different programs and built them they all build with no errors, I still don’t know why i’m getting this build error. 
0 notes
Text
Documentation
Here are he documentation that I used.
Cocos Docs- http://cocos2d-x.org/docs/tutorials/javascript/parkour-game-with-javascript-v3.0/chapter3/en/index.html
Key codes- http://www.cambiaresearch.com/articles/15/javascript-key-codes
Cocos2d class index- http://www.cocos2d-x.org/docs/api-ref/js/v3x/
1 note · View note
Text
Code examples
Here are some code examples I used. 
Space Invaders example- http://annotated-code.maryrosecook.com/space-invaders/docs/space-invaders.html
Javascript - create a new bullet instance every time a user event is triggered- http://gamedev.stackexchange.com/questions/49251/javascript-create-a-new-bullet-instance-every-time-a-user-event-is-triggered
JavaScript HTML DOM Events Examples- http://www.w3schools.com/js/js_events_examples.asp
1 note · View note
Text
Read Through
Here are the read through tutorials and resources I used while working on this project. 
A re-introduction to JavaScript (JS tutorial) - https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
Introduction to Object-Oriented JavaScript- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Introduction_to_Object-Oriented_JavaScript
JavaScript Guide- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide
Working with objects- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Working_with_Objects#Creating_new_objects
JavaScript Events- http://www.w3schools.com/js/js_events.asp
EVENTS- http://www.echoecho.com/javascript8.htm
JavaScript Output- http://www.w3schools.com/js/js_output.asp
1 note · View note