Skip to content

Game Design 2015

Just another Kyoung Shin Park’s Lectures Sites site

Recent Posts

  • AI Game Programming Wisdom2
  • Game AI
  • 성적공지
  • Term Project – Final
  • Final Take-Home Exam

Recent Comments

    Archives

    • December 2015
    • November 2015
    • October 2015
    • September 2015
    • August 2015

    Categories

    • Lecture Note
    • Project
    • Readings
    • Uncategorized

    Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org

    Epilepsy

    ‘신의 병’이라 불렸던 뇌전증(간질)… 나폴레옹도 시저도 앓았다 http://media.daum.net/life/health/wellness/newsview?newsId=20121125181510423&RIGHT_LIFE=R12

    Posted on December 3, 2015December 3, 2015Categories ReadingsLeave a comment on Epilepsy

    Boeing 757 Accident at Cali, Columbia

    Failure of the flight crew to revert to basic radio navigation at the time when the FMS (Flight Management System) assisted navigation became confusing and demanded an excessive workload in a critical phase of the flight.

    http://flightsafety.org/fsd/fsd_may-june98.pdf

    Posted on December 1, 2015December 1, 2015Categories ReadingsLeave a comment on Boeing 757 Accident at Cali, Columbia

    Review of Searching Algorithms

    Review of Searching Algorithms

    Type Ordering Optimal? Complete? Efficient?
    Depth First Uninformed LIFO No No If lucky
    Breadth First Uninformed FIFO If step costs
    are identical
    Yes No
    Uniform Cost Uninformed g(n) If step cost>0 If step cost>0 No
    Greedy Informed h(n) No No Usually
    A* Informed g(n)+h(n) If heuristic is admissle
    Posted on December 1, 2015December 3, 2015Categories ReadingsLeave a comment on Review of Searching Algorithms

    Two-Tiered A* Pathfinding

    Two-Tiered A* Pathfinding

    http://www.policyalmanac.org/games/twoTiered.htm

    Posted on December 1, 2015Categories ReadingsLeave a comment on Two-Tiered A* Pathfinding

    A* Algorithm Tutorial

    A* Algorithm Tutorial

    http://www.policyalmanac.org/games/aStarTutorial.htm

    Posted on December 1, 2015Categories ReadingsLeave a comment on A* Algorithm Tutorial

    Top 10 Most Influential AI Games

    Top 10 Most Influential AI Games (Alex J. Champandard on September 12, 2007)
    http://aigamedev.com/open/highlights/top-ai-games/

    Posted on December 1, 2015Categories ReadingsLeave a comment on Top 10 Most Influential AI Games

    Robots & Beyond

    제 5회 Robots & Beyond-무한한 인간의 상상력
    http://magazine.jungle.co.kr/junglespecial/reporter/commando_sub_contentpage.asp?idx=395&fk_idx=71&code=2&table=foreignreporter&page=2

    Posted on December 1, 2015Categories ReadingsLeave a comment on Robots & Beyond

    Ghost in the shell

    공각기동대 어록 읽을거리
    http://www.amalgam.pe.kr/critic/filmimage/ghost.html

    Posted on December 1, 2015Categories ReadingsLeave a comment on Ghost in the shell

    Lecture9

    Lecture9

    GameDesign9-GameAI

    Posted on December 1, 2015December 1, 2015Categories Lecture NoteLeave a comment on Lecture9

    Lecture8

    Lecture8

    GameDesign8-HCI

    Posted on December 1, 2015Categories Lecture NoteLeave a comment on Lecture8

    Posts navigation

    Previous page Page 1 Page 2 Page 3 … Page 8 Next page
    Proudly powered by WordPress