Solving Games in Java (Part I) - Practical Java Projects




Solving Games in Java (Part I) - Practical Java Projects

You know Java basics, maybe even took a data structures course and wonder how your knowledge could be used in practice? Looking for a coding project to hone your skills? Want to outplay or baffle your friends with a program that plays better than them? Join these series to build game solvers, game AI and Flash game bot! From scratch!

Solving Games in Java course series are targeted for demonstration of practical usage of searching techniques like depth-first search, breadth-first search, A* search, IDA* search, minimax search, alpha-beta pruning. Basic understanding of recursion and Java data structures (list, array, queue) is recommended.

Course series (released as different courses, some might still be unreleased):

  • Part I: Boggle solver (3 different solutions, primary focus is DFS)
  • Part II: N-puzzle solver (4 different solutions: DFS, BFS, A*, IDA*)
  • Part III: Connect Four (4 different AI players: random, Monte Carlo, minimax, alpha-beta pruning)
  • Part IV: Diamond Dash (we will build a bot to beat this Facebook game)

By the end of each course you will build a working solution (or even multiple solutions) which you could continue to work on, update, modify, experiment!

Java programming: using search techniques (DFS, BFS, A*, IDA*, minimax, alpha-beta pruning) in practice.

Url: View Details

What you will learn
  • Learn to use searching techniques in practice (this part is mostly about DFS)
  • Build a solver for Boggle game (in 3 different ways)
  • Get a project prototype to work on and develop it further

Rating: 3.45

Level: Intermediate Level

Duration: 1 hour

Instructor: Konstantin Saveljev


Courses By:   0-9  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

About US

The display of third-party trademarks and trade names on this site does not necessarily indicate any affiliation or endorsement of hugecourses.com.


© 2021 hugecourses.com. All rights reserved.
View Sitemap