I've done this before, just use sprites as your particles. make them bullets, then do something like:
every tick:
repeat X timer:
-->create particle
-->set particle angle random(360)
--> move forward random(lower bound, upper bound)
--> rotate 180 clockwise
That will create particles around the point, pointing towards it.