Search results

  1. rover2341

    Question. How to add animations to model in Blender

    Hi, Working on fixing my RC Project. Reforeged appears not to respect Pitch angle anymore. So I looked up how to export and import my existing modal. I read that I could use set animation by index. to postion the angle. If i create a bunch of animations with a single key frame. I...
  2. rover2341

    Sci/Tech How it feels to learn JavaScript in 2016

    I feel your pains. Before i finished school I did a react project. and thought wow this is a mess with so many different dependency's to make the thing work. I do prefer react but thats not the point. anyway just yesterday i felt angular 2 was mature enough to dive into, but trying use that...
  3. rover2341

    PCI Issue? New GPU + PCI SSD

    Resolved. Updated Motherboard drivers.
  4. rover2341

    PCI Issue? New GPU + PCI SSD

    When I plug in GPU + PCI SSD IT doesn't see the SSD. Any Idea why? Z87 Expert Ge force gtx 1060 8gb ram kingston PCI SSD 256 I have tried wo power supply's both rated over 650. I disabled thunderbolt thinking maybe it would free up some lanes. PCI Lanes. Not sure what might be broke. Or Wrong...
  5. rover2341

    What is this song? Looked everwhere

    @7:30 mark. I Have looked and tried sites to tell me, no luck. everyone seems to asks on there other vids but no one says.
  6. rover2341

    Game Design UML, Looking for suggestions

    https://github.com/rover2341/PuzzleJS http://www.puzzle-js.com/ Keys: (AWSD, Arrow Keys) Space, F (Xbox Controller works, Press A to activate it, then a and dpad to move, top left trigger to force blocks fast) I just got it back to a build state, so likely buggy. but works well enough to get...
  7. rover2341

    Game Design UML, Looking for suggestions

    too much information Understood. And Agree, that if i showed this to my current boss [Not CS Major], or co workers they would be confused. even if i put a key on the top. I am working on this with two other senior CS majors as ASU, and they were also confused about how uml works. Key should be...
  8. rover2341

    Game Design UML, Looking for suggestions

    First off, Thank you! This is very helpful. I think mine is MVA but just mislabeled as I didn't realize whats what it was. Does Model-View-Adapter pattern allow the adapter to send datatype values from the model to the view? Model. Has a data class called block. and it has row, col, color...
  9. rover2341

    Game Design UML, Looking for suggestions

    Every Job Interview I have had, before i got there they looked at my online portfolio a link on my resume. They all looked at every project i put on it, and some downloaded applications. I know this because they talked to me about it. The Goals of this project are Improve GitHub skills...
  10. rover2341

    Game Design UML, Looking for suggestions

    I tried to cut it down i felt it was still useful to show all public functions (not counting constructor) Anyway please advise. Spent much time trying to understand and improve. I want to code but i want to make sure i got this figured out right first.
  11. rover2341

    Game Design UML, Looking for suggestions

    First off Thanks a ton so far. Agree and Understand View Makes Sense. And I will make the change. Reduced View of UML is very helpful Will add one like this in the pdf. (I still want the full uml, but it can just sit at the end, ill add page numbers that focuses) Ok From here on i am still...
  12. rover2341

    Game Design UML, Looking for suggestions

    "Now to your diagrams: They show too much stuff.... Stuff that isnt needed. intended audience" I Agree i still want the full spec. but it may make more sense. to not show the private functions in most of these classes, and most of the var are close to meaningless to a user who would read it. My...
  13. rover2341

    Game Design UML, Looking for suggestions

    Thanks for the feed back! Updated UML http://puzzeljs.azurewebsites.net/ (Space to switch blocks) This is a very old version but only stable one at the moment. Clarification: I was attempting to show Aggregation. (I assume you know this but just in case) All of mine happen to be 1 to 1, and...
  14. rover2341

    Game Design UML, Looking for suggestions

    So I took a stab at a puzzle game based on Pokemon puzzle league I got it working, but i thought it was poorly designed so i changed it. a week later I got it working again But thought the design was poor again. So I stayed up last night till 2AM working out all of my concerns. But before i...
  15. rover2341

    Moving Image Shakes (HTML5 game Question)

    Doing a HTML5 Canvas game. The issue is, when i run the game moving blocks less then 1 pixel. They seem to shake. I assume its due to the fact that i can only draw per pixel and not per .25 pixel. so it sits for 9 frames, then the 10th one is moves. stop stop stop go Is there any way to...
  16. rover2341

    Multiplayer Game... Logic...Networking Questions

    Right that's option 2. Run the game on the server and on the client. But more then that you were talking about server reconciliation according to this site. http://www.gabrielgambetta.com/fpm2.html Server reconciliation - Lets client play game, as if it was on its own machine, in real time...
  17. rover2341

    Multiplayer Game... Logic...Networking Questions

    Good Point. Its most important to me that i get something done. Next most important that i prove i did some cheat protection. Its more important i flex my coding skills then make a product. The goal being to show that I have some understanding of how a product could behave, and be strutuctured...
  18. rover2341

    Multiplayer Game... Logic...Networking Questions

    About I am starting a starting two projects. The First Project is HTML Based with the requirements: 1 class, 5 monsters types, 100 human players, Player have 3 abilitys, and can get 3 Levels. I am using phaser.io [2D] The second Project is Unity Based with the requirements: 1 class, 10 monster...
  19. rover2341

    Testing - Validation - Stability

    Problem: You Create website/application, etc. that starts to get complex, and at the very least large in functionality. Some Functions that don't use any resources (sql, file, ect) can be tested using, functional and unit testing. But others that use sql become more tricky. My goal is address...
  20. rover2341

    Help choosing a SQL database

    For Me I would Use MySQL... Expect I don't, but that's for other reasons. I personally choice to use MS SQL Server, due to wanting more experience out of it for work related reasons. If it was for a long term project Id then use Linq Query for any basic calls, with a Data Model. And then Id use...
Top