Search results

Jump to navigation Jump to search

Page title matches

Page text matches

  • ...is is to do something closer to Bresenham's Algorithm. That would make the algorithm a bit more complicated, but would probably reduce artifacts. [[User:Duerig|
    736 bytes (129 words) - 21:16, 12 June 2008
  • The random walk (a.k.a. "drunkard's walk") is a simple algorithm which can be used to generate a somewhat cave-like environment. Generating For optimal results, this algorithm requires that the map be dynamically resized; without such measures, levels
    2 KB (210 words) - 18:56, 3 October 2014
  • #REDIRECT [[C-Sharp Example of Dungeon-Building Algorithm]]
    59 bytes (6 words) - 09:02, 2 June 2016
  • #REDIRECT [[Talk:C-Sharp Example of Dungeon-Building Algorithm]]
    64 bytes (7 words) - 09:02, 2 June 2016
  • #REDIRECT [[My Algorithm by Adam Milazzo in Dart]]
    50 bytes (8 words) - 08:40, 11 October 2023
  • * O(N<sup>2</sup>) algorithm available. * [[Digital field of view implementation]] is Zeb's explanation for his own algorithm, based on a method similar to beam casting.
    2 KB (339 words) - 19:22, 3 January 2012
  • ...d [[Python]]) have already begun using the Mersenne twister as its default algorithm for its own [[RNG]]. A description of the algorithm on Wikipedia: [http://en.wikipedia.org/wiki/Mersenne_twister]
    949 bytes (153 words) - 01:27, 27 April 2013
  • A more complete description of the algorithm used in permissive-fov can be found at [[Precise Permissive Field of View]] Precise field of view means that the algorithm does not make any
    2 KB (304 words) - 21:16, 9 January 2021
  • An implementation of this algorithm is given at [[An Implementation of City Generation by Leaf Venation]].
    131 bytes (18 words) - 10:38, 25 October 2012
  • ...ASCII "screenshots" invaluable in dungeon/wilderness/cave/world generation algorithm pages! [[User:Nolithius|Nolithius]] 13:02, 28 July 2010 (UTC)
    6 KB (124 words) - 13:25, 4 February 2014
  • This is an explanation of how to implement the [[Digital field of view]] algorithm. ...ns an implementation of the not-so-dumb algorithm and the O(N<sup>2</sup>) algorithm.
    8 KB (1,446 words) - 06:46, 22 March 2009
  • ...of sight, then cells C and D do not have to be checked for visibility. The algorithm is divided into two parts: a precalculation step which establishes the visi === Algorithm ===
    3 KB (577 words) - 04:45, 22 August 2020
  • ...ny two squares in constant time, so it is the most efficient Line Of Sight algorithm known once the preprocessing is done. ...which some other tiles that ought to be visible in a perfect Line of sight algorithm are not visible in FastLOS.
    6 KB (1,102 words) - 07:53, 23 October 2011
  • == The algorithm == ...re are quite a few) will come up with more high-quality variations to this algorithm.
    1 KB (249 words) - 15:56, 30 December 2010
  • For such a simple algorithm, this seems pretty awesome. I'll probably implement it in my roguelike. [[U
    145 bytes (21 words) - 17:35, 26 January 2011
  • ...propose a little piece of code which helps the reader to make good chasing algorithm. As you can see bellow, i am using rude algorithm instead of "round" operation as this one doesn't allow us to make proper 8-
    1 KB (207 words) - 12:51, 21 May 2018
  • * Jamis Buck Dungeon generator - Nice dungeon generator complete with algorithm description ([http://www.aarg.net/~minam/dungeon.cgi] and [http://www.aarg.
    5 members (0 subcategories, 0 files) - 14:40, 21 August 2008
  • ...o Isaac Kuo's [http://www.geocities.com/mechdan/ java applet demo] of this algorithm. This algorithm should be pretty fast as it is--certainly faster
    6 KB (979 words) - 06:48, 22 March 2009
  • You can use some an extremely simplified LOS algorithm for such levels, mistakes in them for sure anyways. I think this algorithm is pretty
    5 KB (745 words) - 06:46, 22 March 2009
  • heuristicless algorithm. What follows is a way one could implement this algorithm. A 'square' is a
    4 KB (511 words) - 12:22, 12 September 2006
  • ...ergstrom's [[FOV_using_recursive_shadowcasting|recursive shadowcasting FOV algorithm]]. It is basically a straight port of the [[Python shadowcasting implementa ...as artifacts and is not symmetric ... but it is the more popular roguelike algorithm.
    4 KB (459 words) - 07:53, 5 January 2009
  • ...ost of the ingame content is randomly generated, this means that a special algorithm dependant on a [[random number generator]] is used to define certain charac
    465 bytes (76 words) - 03:43, 6 August 2018
  • ...l). For the purposes of this article, down-towards-up is chosen. The basic algorithm will create a simple down-towards-up path, winding to straight. ==The basic algorithm==
    8 KB (980 words) - 15:42, 22 October 2011
  • * [[Isaac_s_fast_beamcasting_LOS]] -- An approximate algorithm using 'wide beams' sent out at fixed slopes. The larger the radius, the mor ...ases, it does not precisely capture Permissive Field of View. However, the algorithm guarantees symmetry in the field of view.
    3 KB (457 words) - 20:43, 25 February 2017
  • The algorithm described below works on a rectangular grid and generates a sequence of cel algorithm. Then, select a subset of the line cells - skipping randomly two or three c
    3 KB (321 words) - 16:24, 29 August 2017
  • ...programming skills of the RL programmer, and the desired behavior of your algorithm. There is several desired behaviors. If you haven't yet, check out [[Compar The above example is a typical line of sight algorithm dilemma ; in the geometry, we may or may not consider walls obstruct @'s vi
    7 KB (1,147 words) - 04:41, 27 April 2017
  • == Algorithm ==
    4 KB (623 words) - 01:30, 5 April 2012
  • [[My Algorithm by Adam Milazzo in Dart]]
    254 bytes (41 words) - 23:01, 6 November 2023
  • Here is an example of a spiral-path-like algorithm, modelled after the one found at http://www.geocities.com/temerra/los_rays. // temporary storage for the los algorithm,
    7 KB (915 words) - 12:59, 26 December 2008
  • ...write about all the possible ways to implement it. Instead I will focus an algorithm differing from the others in visibility. Mutual visibility guaranties, that The algorithm was designed mostly for turn based games with ranged weapons.
    11 KB (1,272 words) - 21:55, 29 August 2011
  • ...objections to me adding in few pointers? There are a few gotchas to this algorithm, such as getting degenerate splits if you say split vertically three times
    682 bytes (117 words) - 21:55, 29 August 2011
  • ...Mazes with about as low a river factor as possible, even lower than Prim's algorithm. If you usually pick the most recent cell, but occasionally pick a random c
    15 KB (584 words) - 15:25, 14 April 2021
  • == Dart Port of My Algorithm == This is a Dart port of '''My Algorithm''' by Adam Milazzo.
    7 KB (819 words) - 12:07, 20 October 2023
  • I have a query about the format of this article. I've just implemented this algorithm in my own RL (albeit using Delphi, not FreePascal, though syntacticaly they
    640 bytes (101 words) - 02:57, 2 August 2013
  • A slight modification of the algorithm produces names with endings more similar to those in the input list. In thi A variant of this algorithm using three-cluster tokens of the form vowels-consonants-vowels (e.g. <eli-
    2 KB (396 words) - 20:33, 23 October 2013
  • == Algorithm == This algorithm is being implemented on my current game [[Ganymede Gate]], and it will even
    4 KB (706 words) - 02:40, 26 September 2016
  • :Dungeon was carved out using A* based algorithm.
    639 bytes (77 words) - 10:13, 7 November 2011
  • * [[Bresenham's Line Algorithm]]
    647 bytes (110 words) - 22:29, 25 December 2011
  • ...nt (update level feeling every so often), but still has the broken feeling algorithm. --[[User:Bessarion|Bessarion]] 13:35, 4 Aug 2008 (CDT)
    871 bytes (134 words) - 18:35, 4 August 2008
  • original idea, but I have never seen this exact algorithm used for objectives beforehand. This can help a lot when designing an algorithm,
    8 KB (1,277 words) - 09:18, 26 June 2014
  • This document describes an effective Line-Of-Sight algorithm. The description This algorithm depends heavily on precalculation, therefore it's memory usage
    10 KB (1,668 words) - 06:44, 22 March 2009
  • This pages describes and explains the Precise Shadowcasting algorithm, developed and implemented by [[User:Ondras|Ondřej Žára]] in [[rot.js]]. In a game level comprised of cells, this algorithm computes the set of all cells visible from a certain fixed (starting) point
    6 KB (893 words) - 20:30, 13 February 2013
  • This is an implementation of the [[Precise Permissive Field of View]] algorithm in [[Python]]. The algorithm is contained in the module '''fov'''. The user calls the function '''field
    11 KB (1,149 words) - 03:03, 22 June 2021
  • ** Cavern level type using the cellular automata (CA) algorithm. (to be written) ** World terrain type using both CA and midpoint displacement (MD) algorithm. (to be written)
    2 KB (391 words) - 00:42, 10 April 2009
  • ...n of [[Precise Permissive Field of View|Precise Permissive Field of View]] algorithm. It is based on the [[Permissive Field of View in Python|Python implementat To use the algorithm, create a Map class or somesuch and provide two methods:
    8 KB (1,232 words) - 19:03, 21 March 2009
  • * Algorithm" article, this function checks for an unobstructed line * of sight between two locations using Bresenham's line algorithm to
    3 KB (421 words) - 15:04, 26 October 2012
  • Could someone post an example of a random dungeon created with this algorithm? Currently haven't got a working python enviroment (yet, lol) so i can't te
    838 bytes (129 words) - 18:28, 4 October 2011
  • ...e Field of View]] for more information and existing implementations of the algorithm in C/C++, Haskell, Java, Python and Ruby. This algorithm was created by Jonathon Duerig. A [http://jonathonduerig.com/permissive-fov
    10 KB (1,674 words) - 21:10, 9 January 2021
  • This Shadowcasting algorithm is from [[SquidLib]] by [[Eben Howard]]. It features a shortened form of the standard recursive algorithm with easy to read notation.
    4 KB (461 words) - 05:34, 6 August 2013
  • An Efficient Observation Algorithm - Avier Taylor-Paul [taylor@tcnj.edu].txt In this case, "optimal algorithm" exactly means that we do
    8 KB (1,325 words) - 06:53, 22 March 2009

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)