DOI QR코드

DOI QR Code

Development of 3D Defense Space Game using Oculus

  • Received : 2019.07.30
  • Accepted : 2019.08.26
  • Published : 2019.08.30

Abstract

Oculus Rift is the most universal VR (virtual Reality) headset for gamers and FPS (First Person Shooting) is the most suitable game genre to play with VR. Using VR can increase the player's sense of reality and make them feel as though they are in direct contact with the enemy while battling. The suggested VR game is a first person game where the player must defend a specific target against the surging enemy all within the time limit. Many objects will need to be used in this method. Object pooling will be used in order to manage all the numerous objects. When an object is repeatedly created and deleted it typically overwhelms the memory. To resolve this issue the game initially summons the object at the beginning of the scene and afterwards only uses the object when needed, lessening the burden on the memory. A ranking system is implemented to keep the game records in order to stimulate a competitive spirit between the players, and the game has received positive response during test play among college students in their 20s.

Keywords

References

  1. Oculus Rift, https://www.oculus.com/
  2. Arizona Sunshine, https://store.steampowered.com/agecheck/app/342180/
  3. Doom VFR, https://store.steampowered.com/agecheck/app/650000/
  4. Unity, https://unity.com/kr
  5. M. Csikszentmihalyi, Play and intrinsic rewards, Journal of Humanistic Psychology Vol.15, pp.41-63, 1975. https://doi.org/10.1177/002216787501500306
  6. Moonseok Kim, Youngho Seo, "A Study on the Relationships among Flow of Holograms 3D Contents and Learning Satisfaction for e-Learning", Journal of Korea Design Knowledge 28, pp. 13-22, December 2013. https://doi.org/10.17246/jkdk.2013..28.002
  7. Steam Stats, https://store.steampowered.com/stats
  8. JaehYeon Lee, "Absolute Class! Unity5", Wiki Books 2015.
  9. Patrick Felicia, "Unity 5 From Zero to Proficiency (Foundations): A step-by-step guide to creating your first game with Unity", Amazon Kindle, October 2015.
  10. Matt Smith, "Unity 5.x Cookbook", Packt Publishing; 1 edition ,October 2015.
  11. Alan Thorn, "Unity Animation Essentials", Packt Publishing, June 2015
  12. Lucas Faustino, "Coroutines: Unity Focused Learning", Amazon Kindle, December 2015
  13. Arttu Tiiro, "Effect of Visual Realism on Cybersickness in Virtual Reality", Master's Thesis, University of Oulu, 2018
  14. A* Algorithm, https://ko.wikipedia.org/wiki/A*_%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%98
  15. Dijkstra's algorithm, https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm