Search found 62 matches

by pakoskyfrog
Sat Feb 23, 2013 2:09 pm
Forum: Games and Creations
Topic: [example] Tic Tac Toe
Replies: 0
Views: 1928

[example] Tic Tac Toe

Well... I got an other example to submit ^^ ( first one here http://love2d.org/forums/viewtopic.php?f=5&t=18062 ) It's a tic tac toe game this time, in less than 200 lines. What i tried here is to have a complete mini game with some user interactions (mouse - grid) Capture-ttt.PNG Any comments, ...
by pakoskyfrog
Sat Feb 23, 2013 11:43 am
Forum: Libraries and Tools
Topic: [example] Clock
Replies: 1
Views: 1930

[example] Clock

Hi ! I noticed that every examples given on the wiki are very simple. That how should it be since it is for learning purpose... However some simple examples could be added to the list, so we could go one step further. I've got some ideas i would like to propose, and here is the first one : a clock !...
by pakoskyfrog
Sat Feb 23, 2013 10:43 am
Forum: General
Topic: Circular Motion [SOLVED]
Replies: 3
Views: 3354

Re: Circular Motion

Hi ! Depending on what you intend to do, you can use a polar system and convert it in rectangular system : You can place a point thanks to 2 coordinates, either an angle and a length, or two lengths. ie : radius and theta or x and y. Then you make all your calculations with (radius, theta) and conve...
by pakoskyfrog
Fri Feb 22, 2013 1:27 pm
Forum: General
Topic: i need help with slanted turrian(PHYSICS)
Replies: 1
Views: 1433

Re: i need help with slanted turrian(PHYSICS)

Can you be more specific ?
It will depend on the actual problem you have, what do you want to move and where ? (the what and where should be detailed)
What is the method you tried ?

And trigo is not that hard to learn ^^
by pakoskyfrog
Thu Feb 21, 2013 6:56 pm
Forum: General
Topic: LÖVEFEST IIII: Return of the Revenge of the Fest
Replies: 32
Views: 23464

Re: LÖVEFEST IIII: Return of the Revenge of the Fest

Hahaha... very fun to expend the dead line while i'm posting my entry...
Well, if i can, i'll use this added week to make it sort of playable, or at least interactive.
by pakoskyfrog
Thu Feb 21, 2013 6:53 pm
Forum: General
Topic: LÖVEFEST IIII: Return of the Revenge of the Fest
Replies: 32
Views: 23464

Re: LÖVEFEST IIII: Return of the Revenge of the Fest

Here is my entry : Title : Yggdrasil TD (growing prototype) Description : It is the basic framework for a future tower defense game. It contains object oriented elements, have a simple menu where you can only leave and launch the growing model a the tree. Pitch : The mighty Yggdrasil is the tree of ...
by pakoskyfrog
Thu Feb 21, 2013 3:03 pm
Forum: General
Topic: LÖVEFEST IIII: Return of the Revenge of the Fest
Replies: 32
Views: 23464

Re: LÖVEFEST IIII: Return of the Revenge of the Fest

In my opinion, two weeks is fine because we don't need to submit finished projects. What i intend to submit tonight is merely a prototype, won't be playable. My plan was to finish my game after, simply ^^ On the other hand, with two weeks more, i should be able to make a playable prototype (even an ...
by pakoskyfrog
Wed Feb 20, 2013 6:25 pm
Forum: Libraries and Tools
Topic: [Lib] Polynomial Calculus v0.4 + demo-game (wip)
Replies: 14
Views: 8229

Re: [Lib] Polynomial Calculus (wip)

Here it is 1 the v0.3 is out. if you want to compare ^^: Wolfram alpha link (the forum doesn't like the symbol "^" into links...) --------- RESULTS : --------- 3x - 7x^3 + 3x^5 negative on ]-1.#INF, -1.3295081343279[ positive on [-1.3295081343279, -0.75215786513825[ negative on [-0.7521578...
by pakoskyfrog
Wed Feb 20, 2013 4:13 pm
Forum: Libraries and Tools
Topic: [Lib] Polynomial Calculus v0.4 + demo-game (wip)
Replies: 14
Views: 8229

Re: [Lib] Polynomial Calculus (wip)

@ Germanunkol You're right ! In my mind, all calculations would have been hidden, but since it's a demo of the capabilities of the library, i should display whatever i can ! ^^ Before making that demo, i need to make interpolation works, and it's not for right now. I have to polish things inside, an...
by pakoskyfrog
Tue Feb 19, 2013 10:51 pm
Forum: Libraries and Tools
Topic: [Lib] Polynomial Calculus v0.4 + demo-game (wip)
Replies: 14
Views: 8229

Re: [Lib] Polynomial Calculus (wip)

lol, i use mathematica to verify my results (it is what's behind wolfram alpha) ^^ Once everything is done, this library can be used to interpolate points, to find intersections, to handle trajectories (linear and parabolic), and well to do anything related to polynomials. As an example, i will make...