Hello everyone , I hope your all doing well . I wanted to ask regarding application of AI / ML algorithms to game development , since i wanted to make a project or a game of sorts using AI I 've search youtube but couldn’t find anything helpful could anyone please suggest idea for games I can make and apply AI algorithms as a beginner in game dev.(I don’t want to build games with AI rather apply AI algorithms such a Genetic algorithms , pathfinding algorithms etc. to the game i will make).
ML algorithms analyze video games to provide insights into player engagement, preferences, and behavior. They then work with this training By simulating game playing scenarios, AI algorithms can be used to develop more effective decision-making systems for real-world applications
- Sudoku using A* algorithm
- Tic tac toe using minimax
- Chess using alpha beta pruning (is likely going to take more time)
- Boggle using trie of valid words or using bfs & dfs