/api/user/voxel/latestEntry

View API documentation

{
  "id": 13,
  "name": "voxel",
  "title": "voxel",
  "avatar": "/data/uploads/user/13.png",
  "is_mod": null,
  "is_admin": null,
  "latest_entry": {
    "id": 1505,
    "event_id": 57,
    "event_name": "15th-kajam",
    "name": "paper-precinct",
    "title": "PAPER PRECINCT",
    "description": "Scribbly point and click",
    "links": [
      {
        "label": "Windows 3.11",
        "url": "https://voxel.itch.io/windows-31-paper-precinct"
      }
    ],
    "pictures": {
      "previews": [
        "/data/uploads/entry/1505.png"
      ],
      "thumbnail": "/data/uploads/entry/1505-thumb.png",
      "icon": "/data/uploads/entry/1505-icon.png"
    },
    "comment_count": 4,
    "karma": "103.000",
    "division": "ranked",
    "url": "https://alakajam.com/15th-kajam/1505/paper-precinct/",
    "body": "A bit troublesome to run properly, please check the information on the itch page\r\n\r\nI've used the following limitations:\r\n*     Esoteric: Game works on $obscure_platform. (Windows 3.11)\r\n*     Illustrator: Draw all your art by hand. (Pencil, pen, then scanned)\r\n*     Window dressing: Game windows are part of the gameplay. (Made *in* windows 3.11, but also uses a bunch of annoying windows for gameplay)",
    "optouts": [],
    "rating_count": 0,
    "comments": [
      {
        "id": 10195,
        "user_id": 161,
        "parent_id": null,
        "body": "What a cliffhanger!\r\n\r\nIt's a fun idea. Visual Basic was a pretty ideal choice for this kind of gameplay. The point'n'clicking was fine, and I was happy to find at least a couple of spots to click that were there just to add some flavour. I guess the charming pencilled graphics also made it a bit less convenient to make the scenes update at all (apart from the rectangles placed like Penny).\r\n\r\nI think the challenge of juggling windows could be taken further! Having more and more windows open that are still somehow at the same \"location\", for example. However, the way Penny moved around was a bit unintuitive to me (maybe that's another aspect of the challenge though): having to make sure the new location is first opened by Penny in the current room, then clicking to pop the character window out, then dragging the portrait. A couple of times I knew I was going to move, so my first step was to click Penny, but then I was \"too far away\" from the exit.\r\n\r\nStill speaking of the windows, I wonder how much Visual Basic is capable of, compared to the various window-based games that have been submitted to Ludum Dares, for example. Is it possible to instruct the windows to move around on the screen, or to resize, based on a timer? The shootout sequence would be cool if based around \"suspects\" being individual windows, moving around and hiding behind other windows. You already have a known version of Windows and a known screen size, so there's less to account for.\r\n\r\nI'm glad I waited until I got to play with audio. It reminded me of some LucasArts / Sierra era games, especially the HQ theme.",
        "created_at": "2024-05-25T08:54:25.284Z",
        "updated_at": "2024-05-25T08:54:25.297Z"
      },
      {
        "id": 10196,
        "user_id": 8,
        "parent_id": null,
        "body": "Love the noir setting and the drawings.\r\nCouldn't get the sound to work, even tried messing a bit with Win3.11 control panel.",
        "created_at": "2024-05-26T22:27:05.832Z",
        "updated_at": "2024-05-26T22:27:05.849Z"
      },
      {
        "id": 10197,
        "user_id": 13,
        "parent_id": null,
        "body": "Thanks for the feedback @Aurel300!\r\n\r\nI did experiment with moving windows based on a timer - the alarm clock at the beginning does exactly this. But the screen redraw in my emulated win3.11 environment was so slow that it was pretty painful to test. There's definitely a lot that could be done to add gameplay, but for me this was more of a 'development experience', than 'make a good game'. Drawing graphics 'offline', using clunky visual basic editor, even making the midi work (somewhat) involved using obscure microsoft tools to tag midi as 'windows general midi' to avoid triggering a warning popup every time a midi file was played - each of these was an interesting novelty or obstacle but I wouldn't want to continue working this way. \r\n\r\nOverall this was one of those times where 'the (development) journey was more interesting than the destination', which isn't really ideal when you're making games for others to play, but nonetheless it made for an interesting jam.\t\t",
        "created_at": "2024-05-26T23:24:56.899Z",
        "updated_at": "2024-05-26T23:24:56.915Z"
      },
      {
        "id": 10199,
        "user_id": 12,
        "parent_id": null,
        "body": "I enjoyed the throwback to Window 3.11 a lot! I always adore how much you put thought and love not only into the jam theme and the execution, but also your games' style and story. This one is no exception, I instantly liked the character. Sure, the game's short, but it's special. To be honest I didn't think it would be possible to utilize several windows like that with Visual Basic.",
        "created_at": "2024-06-08T09:22:50.214Z",
        "updated_at": "2024-06-08T09:22:50.236Z"
      }
    ],
    "users": [
      {
        "id": 13,
        "name": "voxel",
        "title": "voxel",
        "avatar": "/data/uploads/user/13.png",
        "is_mod": null,
        "is_admin": null
      }
    ]
  }
}