All Content
Blogs
Forums
News
Tutorials
Log In
Sign Up
Login
Username / Email
Password
Remember me
Forgot password?
Login
or
Don't have a GameDev.net account?
Sign up
Forgot your password?
Email Address
Reset Password
Please contact us if you have any trouble resetting your password.
Home
Blogs
Forums
News
Portfolios
Projects
Tutorials
21
users logged in
New?
Learn about game development
.
Before posting, review our
community guidelines
.
Support GameDev.net with a monthly
GDNet+ subscription
!
Follow Us
Chat in the
GameDev.net Discord!
Back to Artificial Intelligence
Advertisement
Implementing A* - open_list
Artificial Intelligence
Programming
Started by
kirkd
October 04, 2012 10:05 PM
9
comments, last by
ankhd
12 years, 1 month ago
Prev
1
2
(current)
ankhd
2,304
October 16, 2012 01:48 AM
Hi. The way I did this was to have a bool inlist[n][m] that match your grid size then set it when you first come across the node. Then when done rest this list. I did it with vectors.
Cancel
Save
Prev
1
2
(current)
This topic is closed to new replies.
Advertisement
Popular Topics
poker game
For Beginners
Starting a new c++ thread
General and Gameplay Programming
Holding data
General and Gameplay Programming
Input generated in-between snapshots gets lost, best approach?
Networking and Multiplayer
Falloff
Math and Physics
Ideas for mechanics for battles.
Game Design and Theory
Advertisement
Recommended Tutorials
IGF 2010: Team Meat
Interviews
Using Managers
General and Gameplay Programming
Useless Snippet #1: Transform Vec3f by Matrix4x4f
General and Gameplay Programming
Path Finding for innovative games: Graph Creation and Best Path Selection
Artificial Intelligence
A Simple Third-Person Camera
General and Gameplay Programming
Reticulating splines
About GameDev.net
Community Guidelines
Terms of Service
Privacy Policy
Contact Us
Copyright (c) 1999-2024 GameDev.net, LLC
Back to Top