Skip to content

Pacman easter egg #14

Open
Open
@marimeireles

Description

@marimeireles

Theoretically adding this piece of code:

                    if (case_insentive_equals(xvega_input[0], "PACMAN"))
                    {
                        nl::json pacman;
                        std::ifstream i("../examples/pacman.json");
                        i >> pacman;
                        publish_execution_result(execution_counter,
                                                 std::move(chart),
                                                 pacman);
                    }

And the json of the pacman: https://vega.github.io/vega/examples/pacman.vg.json
Should allow us to play pacman on the jupnotebook, however we get a bad_allocation_err with no other info.

This issue tracks my progress on debugging this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions