Click here to Skip to main content
15,890,123 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: problem in connectivity oh java with mysql Pin
ZurdoDev16-Dec-15 10:03
professionalZurdoDev16-Dec-15 10:03 
QuestionHow do I do multiple selects from dropdown either using JavaScript and Pin
Member 118266029-Dec-15 14:14
Member 118266029-Dec-15 14:14 
AnswerRe: How do I do multiple selects from dropdown either using JavaScript and Pin
F-ES Sitecore9-Dec-15 23:28
professionalF-ES Sitecore9-Dec-15 23:28 
GeneralRe: How do I do multiple selects from dropdown either using JavaScript and Pin
jsc4215-Jan-16 11:47
professionaljsc4215-Jan-16 11:47 
GeneralRe: How do I do multiple selects from dropdown either using JavaScript and Pin
F-ES Sitecore17-Jan-16 22:14
professionalF-ES Sitecore17-Jan-16 22:14 
Questionblink image in colomn Pin
shobhit_9-Dec-15 3:03
shobhit_9-Dec-15 3:03 
AnswerRe: blink image in colomn Pin
ZurdoDev15-Dec-15 7:38
professionalZurdoDev15-Dec-15 7:38 
Questionjavascript game help for the blind Pin
StarTrekCafe8-Dec-15 14:16
StarTrekCafe8-Dec-15 14:16 
hi. doing a web based game, and got visual studio 2015 community edition, and using jaws for windows screen reader version 17. works well with visual studio, except for some of the proeprties in wpf, but work arounds, for that. apart from that, seems very accessible. reads all the errors out to me. so, could some one help me out with my game, got a project, maybe look at my project and maybe e-mail me privately off group via startrekcafe@gmail.com or neilmarvin@yahoo.com. any one done any web based games and based in meloburne, this group, and i am based in adelaide. a sighted web friend helping me out, but not real experienced with games, more javascript. so, if some one has done a web based space invaders game or 2 d shooter, did a few tutorials, and learnt, and do understand the concepts, and got a front page. now the canvas will not read out any thing, just images, and a screen reader. got a home page with info, lists, headings, a link, buttons, and also want to put radio buttons, to have different levels to play that. have to hand up this project either by december 12 or 31. so, got about 80 - 85 - 90 % of the code done. also want to expand the game, so any other code snippets, and can post that info, as well, as my project is about 24 mb, got images, sounds, sound effects, also need to have a free web server, play over the internet, as do not have a credit card. so, any one who has done a web game, and accessibility for the blind, able to help me out, see if i am on the right track, and then show me a better way how to code this puppy. up to version 3 or 4 think have re-written this a few times, and did that yesterday. can any one help me out, and get back to me asap, if you have the time, the expertise and the know how, found this group, by googling. marvin. ps: and also will send you the assignment details, not to do it for me, but maybe a better way to do things, sample code, links, sample other code, and see if it works, then i then ask for any blind users, and sighted to test my game and give me feedback. then also need to write a couple of reports, about my design, can any one help me out, and using firefox 42, google chrome, and internet explorer 11, and they do not seem to support the canvas. did try google chrome, have not tried microsoft edge, does not work with screen readers yet, maybe in 2016. let me know asap. marvin from adelaide.
ps: here's some other info i need.
pasting below.
• Add hitboxes to the player ship and enemy ships – you may have already noticed, but the current implementation allows the player to get hit above the
wings because the bounding box test checks the whole image sprite size. To make collision detection better, add a hit box around the player ship and enemy
ship that is smaller than the sprite size and more closely represents the size of the objects.

• Add more enemy types – this goes without saying, but adding more enemies to the game will make it more interesting.

• Add bosses and levels – make the game longer and more difficult by adding multiple levels with bosses at the end of each level.

• Add explosion and particle effects – the enemy ships just disappear from the screen when they are hit. Adding an explosion and particle effects when
they are hit will make the game that much better.

• Add a parallax scrolling
background – this is probably the easiest item to add, but adds so much to the game. By just making two backgrounds scroll at different speeds is an amazing
effect for any game. Just look at what I did for my Game Jam game
to see what I mean.

• Add more weapons and power-ups – what’s a
shump
 without multiple weapon types and abilities?

• Change movement into vectors – instead of using static position.x and position.y, try implementing vectors in the game to make movement more uniform
for all objects. Here are two 
helpful tutorials for vector math .

• Use libraries – this tutorial was designed to show you how to create a game from scratch without the use of libraries. But why reinvent the wheel? Try
using libraries for your games to help you develop faster.
Here
is one I recommend (it even has a library for sound).

ps:: need this help or advice or a one on one mentor who has done a web game, accessibility for the blind, need to hand this up either by december 12 13, or 31. can any one help me out asap today if possible. please e-mail me off list, as a 24 mb file, can upload to send space, my e-mail is: startrekcafe@gmail.com or neilmarvin@yahoo.com. need help. got my game about 80 - 85 - 90 %, just need some help or a gentle push, tried to learn from a few tutorials. typed it all up, and used tabs and tabs, spacing, etc, got visual studio 2015 community edition, and also did it in notepad, found images, sounds, using the sound.js library, in the same folder as my space invaders game. can you help me out. marvin from adelaide, australia.
GeneralRe: javascript game help for the blind Pin
PIEBALDconsult8-Dec-15 14:18
mvePIEBALDconsult8-Dec-15 14:18 
GeneralRe: javascript game help for the blind Pin
StarTrekCafe8-Dec-15 14:56
StarTrekCafe8-Dec-15 14:56 
SuggestionRe: javascript game help for the blind Pin
Kornfeld Eliyahu Peter12-Dec-15 23:12
professionalKornfeld Eliyahu Peter12-Dec-15 23:12 
GeneralRe: javascript game help for the blind Pin
Richard MacCutchan13-Dec-15 1:27
mveRichard MacCutchan13-Dec-15 1:27 
QuestionHow do I choose DIV based contents in a page with a dropdown list Pin
Member 118266027-Dec-15 11:34
Member 118266027-Dec-15 11:34 
AnswerRe: How do I choose DIV based contents in a page with a dropdown list Pin
W Balboos, GHB15-Dec-15 6:53
W Balboos, GHB15-Dec-15 6:53 
AnswerRe: How do I choose DIV based contents in a page with a dropdown list Pin
Cai Yang17-Dec-15 23:38
Cai Yang17-Dec-15 23:38 
Questionfor source code Pin
Member 121783931-Dec-15 0:59
Member 121783931-Dec-15 0:59 
AnswerRe: for source code Pin
Eddy Vluggen1-Dec-15 1:27
professionalEddy Vluggen1-Dec-15 1:27 
AnswerRe: for source code Pin
ZurdoDev16-Dec-15 10:04
professionalZurdoDev16-Dec-15 10:04 
QuestionSimple, Simple Javascript question... Pin
TenmanS1427-Nov-15 4:39
TenmanS1427-Nov-15 4:39 
AnswerRe: Simple, Simple Javascript question... Pin
F-ES Sitecore29-Nov-15 22:16
professionalF-ES Sitecore29-Nov-15 22:16 
GeneralRe: Simple, Simple Javascript question... Pin
TenmanS1414-Dec-15 22:21
TenmanS1414-Dec-15 22:21 
QuestionDisplaying specific data from a CSV file Pin
Emre Testici25-Nov-15 21:44
Emre Testici25-Nov-15 21:44 
QuestionThe problem of JavaScript position Pin
Ted.K-121-Nov-15 21:28
Ted.K-121-Nov-15 21:28 
AnswerRe: The problem of JavaScript position Pin
Peter Leow21-Nov-15 21:55
professionalPeter Leow21-Nov-15 21:55 
AnswerRe: The problem of JavaScript position Pin
Cai Yang17-Dec-15 23:42
Cai Yang17-Dec-15 23:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.