Difference between revisions of "Matthew Chu"

From Group 5
Jump to: navigation, search
Line 32: Line 32:
 
*sending floats across the network
 
*sending floats across the network
  
=='''week 4'''==
+
=='''Week 4'''==
 
===This Week's Accomplishments:===
 
===This Week's Accomplishments:===
 
*read about collision detection
 
*read about collision detection
Line 47: Line 47:
 
*Math is hard
 
*Math is hard
  
=='''week 5'''==
+
=='''Week 5'''==
 
===This Week's Accomplishments:===
 
===This Week's Accomplishments:===
 
*quadtree
 
*quadtree

Revision as of 13:56, 1 May 2013

Week 1

Week 2

This Week's Accomplishments:

  • set up environment
  • Primitive packet sending across network
  • Primitive text chat

Goals for Next Week:

  • Refactor text chat and finish working on network
  • clock server
  • Integrate with other groups

Concerns:

  • None

Week 3

This Week's Accomplishments:

  • added message framing
  • clocked server
  • finished text chat
  • log file writer
  • basic audio manager
  • config file reader

Goals for Next Week:

  • help with game play
  • finalize network

Concerns:

  • Are we behind???
  • Clarify why server needs to be clocked
  • sending floats across the network

Week 4

This Week's Accomplishments:

  • read about collision detection
  • start sphere collision detection
  • finalize network
  • begin integration

Goals for Next Week:

  • sphere and octree collision detection
  • AABB / OBB collisions?
  • help with other stuff

Concerns:

  • Math is hard

Week 5

This Week's Accomplishments:

  • quadtree
  • sphere-sphere, sphere-ray, OBB-OBB, OBB-ray collision detection
  • integration

Goals for Next Week:

  • finish collision detection integration
  • help with other stuff

Concerns:

  • Math is still hard